summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2013-12-19 23:08:10 +0100
committerFredrik Rinnestam <fredrik@crux.nu>2013-12-19 23:08:10 +0100
commitf3104e9df0c60b3574473813dadf71c390f0e7b2 (patch)
tree84995d4ad945802addd3afd9199fa283e5300d04 /gtk
parentba66be5f2da4e923b065df82e33e71ac3e64636e (diff)
downloadopt-f3104e9df0c60b3574473813dadf71c390f0e7b2.tar.gz
opt-f3104e9df0c60b3574473813dadf71c390f0e7b2.tar.xz
gtk: removed --disable-introspection
Diffstat (limited to 'gtk')
-rw-r--r--gtk/Pkgfile2
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

Generated by cgit