aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gutenprint/gutenprint.inc
blob: 961613036a7a9e875b4b54eb4b5b64b53f52d77d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
DESCRIPTION = "Gutenprint printer drivers"
HOMEPAGE = "http://gimp-print.sourceforge.net/"
LICENSE = "GPL"

DEPENDS = "glib-2.0 cups tiff jpeg libpng gutenprint-native espgs"


inherit autotools pkgconfig
PARALLEL_MAKE=""

#EXTRA_OECONF = "\
#		--disable-nls \
#		 --disable-gtktest \
#		--enable-cups-ppds \
#		 --disable-libgutenprintui \
#		 --disable-libgutenprintui2 \
#		--disable-translated-cups-ppds \
#		--with-ghostscript \
#		--enable-cups-level3-ppds \
#		 --disable-gimptest \
#		--enable-test \
#		--enable-epson \
#		--with-user-guide \
#		--with-samples \
#		--with-escputil \
#		 "