Lines Matching +full:autotools +full:- +full:build +full:- +full:and +full:- +full:test

9 GUTENPRINT_SITE = http://downloads.sourceforge.net/project/gimp-print/gutenprint-$(GUTENPRINT_VERSI…
10 GUTENPRINT_SOURCE = gutenprint-$(GUTENPRINT_VERSION).tar.bz2
11 GUTENPRINT_LICENSE = GPL-2.0+
20 mkdir -p $(@D)/m4local
26 cups host-pkgconf \
30 # host-gutenprint is needed to generate XML as part of compilation
32 # so we need to build both a host package and a target package
33 GUTENPRINT_DEPENDENCIES += host-gutenprint
36 ac_cv_path_CUPS_CONFIG=$(STAGING_DIR)/usr/bin/cups-config \
40 --disable-libgutenprintui2 \
41 --disable-samples \
42 --without-doc \
43 --without-gimp2 \
44 --disable-escputil \
45 --disable-test \
46 --disable-testpattern \
47 --with-cups="/usr" \
48 --with-sysroot="$(STAGING_DIR)" \
49 --disable-cups-ppds
52 GUTENPRINT_MAKE_ENV = BR2_USE_PREGEN_XMLI18N_TMP_H=$(HOST_DIR)/include/xmli18n-tmp.h
54 HOST_GUTENPRINT_DEPENDENCIES = host-pkgconf
55 # The host-gutenprint shall create the required header
58 # Even with --without-cups, gutenprint will still add the output of
59 # cups-config --cflags / --ldflags to it's compiler/linker flags if
66 --disable-libgutenprintui2 \
67 --disable-samples \
68 --without-gimp2 \
69 --without-doc \
70 --without-foomatic \
71 --without-foomatic3 \
72 --disable-escputil \
73 --disable-test \
74 --disable-testpattern \
75 --without-cups
78 cp $(@D)/src/xml/xmli18n-tmp.h $(HOST_DIR)/include
83 mkdir -p $(TARGET_DIR)/usr/share/gutenprint/5.2
84 cp -rf $(HOST_DIR)/share/gutenprint/5.2/xml $(TARGET_DIR)/usr/share/gutenprint/5.2
88 $(eval $(autotools-package))
89 $(eval $(host-autotools-package))