diff options
author | tnut <tnut at nutyx dot com> | 2012-04-03 22:28:41 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-04-03 22:28:41 +0200 |
commit | 205942ae79ee3f2faa649b75a8a13cbd333ce11b (patch) | |
tree | 6588cdf780c5cb2be678047032c3cd33c850d3c6 | |
parent | 663d99c060146b2761931e4d96823f348c3b2c2b (diff) | |
download | nutyx-pakxe-205942ae79ee3f2faa649b75a8a13cbd333ce11b.tar.gz nutyx-pakxe-205942ae79ee3f2faa649b75a8a13cbd333ce11b.tar.bz2 nutyx-pakxe-205942ae79ee3f2faa649b75a8a13cbd333ce11b.tar.xz nutyx-pakxe-205942ae79ee3f2faa649b75a8a13cbd333ce11b.zip |
libcups sans poppler comme deps
-rwxr-xr-x | libcups/Pkgfile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libcups/Pkgfile b/libcups/Pkgfile index 1a915db2f..0ee341ebb 100755 --- a/libcups/Pkgfile +++ b/libcups/Pkgfile @@ -2,8 +2,8 @@ # URL: http://www.cups.org # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: libjpeg, libpng, libtiff, poppler, xdg-utils, dbus, hicolor-icon-theme, linux-pam, libldap -# Run on: libjpeg,libpng,libtiff,poppler,xdg-utils,dbus,hicolor-icon-theme,linux-pam,libldap +# Depends on: libjpeg, libpng, libtiff, xdg-utils, dbus, hicolor-icon-theme, linux-pam, libldap +# Run on: libjpeg,libpng,libtiff,xdg-utils,dbus,hicolor-icon-theme,linux-pam,libldap #kerberos,libjpeg,libpng,openssl,libtiff,zlib @@ -21,8 +21,6 @@ build() { --with-logdir=/var/log/cups \ --with-docdir=/usr/share/doc/cups \ --enable-raw-printing \ - --enable-pdftops \ - --with-pdftops=pdftops \ --mandir=/usr/share/man \ --enable-threads \ --enable-ssl \ |