summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gs/gs_8.01.oe3
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}"
}