From: Chris Larson Date: Sun, 21 Nov 2004 06:23:26 +0000 (+0000) Subject: Explicitly disable X support in ghostscript. X-Git-Tag: Release-2010-05/1~16037 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c070e7d5d0efe48bd12f978677879eb5e02700b1;p=openembedded.git Explicitly disable X support in ghostscript. BKrev: 41a0345ejooEYigQY7c0pac5UnsfJA --- diff --git a/gs/gs_8.01.oe b/gs/gs_8.01.oe index 971966e4a5..73c87bcdeb 100644 --- a/gs/gs_8.01.oe +++ b/gs/gs_8.01.oe @@ -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}" }