summaryrefslogtreecommitdiff
path: root/packages/nonworking/gutenprint/gutenprint_5.0.0.bb
blob: 5a0de7797f440531fab428b1f42616cb5204c9c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22



DEPENDS = "glib-2.0 gtk+ cups"

inherit autotools pkgconfig

SRC_URI = "${SOURCEFORGE_MIRROR}/gimp-print/${P}.tar.bz2"

EXTRA_OECONF = "\
		 --disable-gtktest \
		 --disable-libgutenprintui \
		 --enable-libgutenprintui2 \
		 --enable-translated-cups-ppds \
		 --disable-gimptest \
		 "

do_configure() {
	oe_runconf
}