git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
031e008
)
Explicitly disable X support in ghostscript.
author
Chris Larson
<clarson@kergoth.com>
Sun, 21 Nov 2004 06:23:26 +0000
(06:23 +0000)
committer
Chris Larson
<clarson@kergoth.com>
Sun, 21 Nov 2004 06:23:26 +0000
(06:23 +0000)
BKrev: 41a0345ejooEYigQY7c0pac5UnsfJA
gs/gs_8.01.oe
patch
|
blob
|
history
diff --git
a/gs/gs_8.01.oe
b/gs/gs_8.01.oe
index
971966e
..
73c87bc
100644
(file)
--- 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}"
}