diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-03-07 12:08:37 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-03-07 12:08:37 +0000 |
commit | 9c99469b7739b771ba4057f5dfa1f128747e2630 (patch) | |
tree | c485f8d742591f95e62761ee705b1efb89622838 /packages/cups | |
parent | 384f31e220fa3f0cccf700fff06c079f197904ee (diff) |
cups: we do not want web interface so do not check for PHP, Perl, Python, Java
Diffstat (limited to 'packages/cups')
-rw-r--r-- | packages/cups/cups_1.2.7.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/cups/cups_1.2.7.bb b/packages/cups/cups_1.2.7.bb index 22034f9a23..24249fa3b1 100644 --- a/packages/cups/cups_1.2.7.bb +++ b/packages/cups/cups_1.2.7.bb @@ -2,7 +2,7 @@ DESCRIPTION = "An Internet printing system for Unix." SECTION = "console/utils" LICENSE = "GPL LGPL" DEPENDS = "gnutls jpeg dbus dbus-glib libpng zlib install-native fakeroot-native" -PR = "r0" +PR = "r1" SRC_URI = "ftp://ftp3.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2 \ " @@ -17,6 +17,10 @@ EXTRA_OECONF = " \ --enable-browsing \ --disable-openssl \ --disable-tiff \ + --without-php \ + --without-perl \ + --without-python \ + --without-java \ " |