diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-21 06:23:26 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-21 06:23:26 +0000 |
commit | c070e7d5d0efe48bd12f978677879eb5e02700b1 (patch) | |
tree | 0e05bb383540a96deb611f1c1bbd6e1766377ed8 /gs | |
parent | 031e008188fc70b624fc81724b33b01713741c26 (diff) |
Explicitly disable X support in ghostscript.
BKrev: 41a0345ejooEYigQY7c0pac5UnsfJA
Diffstat (limited to 'gs')
-rw-r--r-- | gs/gs_8.01.oe | 3 |
1 files changed, 3 insertions, 0 deletions
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}" } |