aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--DEPENDENCIES2
-rw-r--r--dist/archlinux/stable/PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
index 75db006..073ff69 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -24,6 +24,7 @@ BUILD DEPENDENCIES:
sed
coreutils
c99 gcc is preferred
+ pkg-config
general-preprocessor (gpp)
python Both Python 2 and Python 3 will work
texinfo Optional: for info, pdf, ps and dvi manuals
@@ -47,6 +48,7 @@ DEPENDENCIES SOURCES:
sed https://www.gnu.org/software/sed
coreutils https://www.gnu.org/software/coreutils
c99 https://gcc.gnu.org
+ pkg-config http://pkgconfig.freedesktop.org
general-preprocessor (gpp) https://github.com/maandree/gpp
python https://www.python.org/
texinfo https://www.gnu.org/software/texinfo/
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD
index 375f41d..ae86213 100644
--- a/dist/archlinux/stable/PKGBUILD
+++ b/dist/archlinux/stable/PKGBUILD
@@ -8,7 +8,7 @@ arch=(i686 x86_64)
url="https://github.com/maandree/libgamma"
license=('GPL3' 'custom:GFDL1.3')
depends=(glibc libxcb libx11 libxxf86vm libdrm)
-makedepends=(glibc libxcb libx11 libxxf86vm libdrm sh make grep sed coreutils gcc general-preprocessor python3 texinfo bash)
+makedepends=(glibc libxcb libx11 libxxf86vm libdrm sh make grep sed coreutils gcc general-preprocessor python3 texinfo bash pkg-config)
install=libgamma.install
source=($url/archive/$pkgver.tar.gz)
sha256sums=(59558978b632ff668633f211188c9e498dcd16390982ed16563eb337da6838eb)