Explicitly disable X support in ghostscript.
authorChris Larson <clarson@kergoth.com>
Sun, 21 Nov 2004 06:23:26 +0000 (06:23 +0000)
committerChris Larson <clarson@kergoth.com>
Sun, 21 Nov 2004 06:23:26 +0000 (06:23 +0000)
BKrev: 41a0345ejooEYigQY7c0pac5UnsfJA

gs/gs_8.01.oe

index 971966e..73c87bc 100644 (file)
@@ -1,6 +1,7 @@
 SECTION = "console/utils"
 SRC_URI = "ftp://ftp.gnu.org/gnu/ghostscript/gnughostscript-${PV}.tar.gz"
 DEPENDS = "jpeg"
+PR = "r1"
 
 S = "${WORKDIR}/gnughostscript-${PV}"
 
@@ -8,6 +9,8 @@ FILES_${PN} += "${datadir}/ghostscript"
 
 inherit autotools flow-lossage
 
+EXTRA_OECONF = "--without-x"
+
 do_compile() {
        oe_runmake CCAUX="${BUILD_CC}"
 }