The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / foomatic-filters / foomatic-filters.mk
1 ################################################################################
2 #
3 # foomatic-filters
4 #
5 ################################################################################
6
7 FOOMATIC_FILTERS_VERSION = 4.0.17
8 FOOMATIC_FILTERS_SITE = http://www.openprinting.org/download/foomatic
9 FOOMATIC_FILTERS_LICENSE = GPLv2+
10 FOOMATIC_FILTERS_LICENSE_FILES = COPYING
11 FOOMATIC_FILTERS_DEPENDENCIES = cups libusb enscript
12 FOOMATIC_FILTERS_CONF_OPTS = --with-file-converter=enscript
13 FOOMATIC_FILTERS_CONF_ENV = ac_cv_path_ENSCRIPT="/usr/bin/enscript"
14
15 ifeq ($(BR2_PACKAGE_DBUS),y)
16 FOOMATIC_FILTERS_CONF_OPTS += --enable-dbus
17 FOOMATIC_FILTERS_DEPENDENCIES += dbus
18 else
19 FOOMATIC_FILTERS_CONF_OPTS += --disable-dbus
20 endif
21
22 $(eval $(autotools-package))