diff options
author | tnut <tnut at nutyx dot com> | 2011-05-08 13:39:55 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-05-08 13:39:55 +0200 |
commit | 38af2e2e35827092cd93c5365920f6286a7cf391 (patch) | |
tree | 06b42c8179884e59c0fb0136275aaeb923a675f5 /extra/libproxy | |
parent | ecc9645880b03bd286c0787f9ea4d8f171f8fa1e (diff) | |
download | nutyx-extra-38af2e2e35827092cd93c5365920f6286a7cf391.tar.gz nutyx-extra-38af2e2e35827092cd93c5365920f6286a7cf391.tar.bz2 nutyx-extra-38af2e2e35827092cd93c5365920f6286a7cf391.tar.xz nutyx-extra-38af2e2e35827092cd93c5365920f6286a7cf391.zip |
libproxy sans gnome
Diffstat (limited to 'extra/libproxy')
-rwxr-xr-x | extra/libproxy/Pkgfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/libproxy/Pkgfile b/extra/libproxy/Pkgfile index 3c4b97c2b..4de33f322 100755 --- a/extra/libproxy/Pkgfile +++ b/extra/libproxy/Pkgfile @@ -19,6 +19,7 @@ build() { cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DLIBEXEC_INSTALL_DIR=/usr/lib/libproxy \ -DCMAKE_SKIP_RPATH=ON \ + -DWITH_GNOME=OFF \ .. make DESTDIR=$PKG install |