diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2013-12-19 23:08:10 +0100 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2013-12-19 23:08:10 +0100 |
commit | f3104e9df0c60b3574473813dadf71c390f0e7b2 (patch) | |
tree | 84995d4ad945802addd3afd9199fa283e5300d04 /gtk/Pkgfile | |
parent | ba66be5f2da4e923b065df82e33e71ac3e64636e (diff) | |
download | opt-f3104e9df0c60b3574473813dadf71c390f0e7b2.tar.gz opt-f3104e9df0c60b3574473813dadf71c390f0e7b2.tar.xz |
gtk: removed --disable-introspection
Diffstat (limited to 'gtk/Pkgfile')
-rw-r--r-- | gtk/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/Pkgfile b/gtk/Pkgfile index f75b6421d..1eda75020 100644 --- a/gtk/Pkgfile +++ b/gtk/Pkgfile @@ -12,7 +12,7 @@ source=(http://download.gnome.org/sources/gtk+/2.24/${name}+-$version.tar.xz \ build () { cd gtk+-$version - ./configure --disable-introspection --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr --mandir=/usr/man make make DESTDIR=$PKG install mkdir -p $PKG/usr/etc/gtk-2.0 |