diff options
author | Purdyd <purdyd_at_wisheights@yahoo.com> | 2007-10-13 14:50:23 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-10-13 14:50:23 +0000 |
commit | 5c1480d31358e12f7ac7dd5327d332de5451a832 (patch) | |
tree | 6049fe1295b66bd4a313c71d3f754de4ce6bd2b7 /packages/gutenprint/gutenprint.inc | |
parent | 3345d9b2012877d3d554934efa15468eb0416048 (diff) |
gutenprint: add gutenprint native (need cups-native and libijs-native on host)
Diffstat (limited to 'packages/gutenprint/gutenprint.inc')
-rw-r--r-- | packages/gutenprint/gutenprint.inc | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/packages/gutenprint/gutenprint.inc b/packages/gutenprint/gutenprint.inc new file mode 100644 index 0000000000..961613036a --- /dev/null +++ b/packages/gutenprint/gutenprint.inc @@ -0,0 +1,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 \ +# " + + |