summaryrefslogtreecommitdiff
path: root/Jamrules
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2005-04-14 14:46:59 +0200
committerTor Andersson <tor@ghostscript.com>2005-04-14 14:46:59 +0200
commit6724a368345feb498c4a2c351f4dd90f2974786a (patch)
tree02853278cab41d5a48775ce4881b9052685c8787 /Jamrules
parentb436d82e6b402e6e53c5db2ecdb10c7c0b49ea86 (diff)
downloadmupdf-6724a368345feb498c4a2c351f4dd90f2974786a.tar.xz
junked defunct gtk gui app
Diffstat (limited to 'Jamrules')
-rw-r--r--Jamrules7
1 files changed, 2 insertions, 5 deletions
diff --git a/Jamrules b/Jamrules
index cf0c3e63..4a9b6553 100644
--- a/Jamrules
+++ b/Jamrules
@@ -19,11 +19,6 @@ FREETYPELD ?= "`freetype-config --libs`" ;
HAVE_JBIG2DEC ?= no ;
HAVE_JASPER ?= no ;
-# Select one of these for the GhostPDF GUI application if you are on unix
-
-HAVE_X11 ?= no ;
-HAVE_GTK ?= no ;
-
# -------------------------------------------------------------------------
# Default optimize/profile/debug compiler/linker switches
@@ -41,6 +36,7 @@ FLAG_LDPROFILE = -pg ;
switch $(OS)
{
case LINUX :
+ HAVE_X11 = yes ;
NEED_STRLCPY = yes ;
NEED_STRLCAT = yes ;
NEED_STRSEP = yes ;
@@ -70,6 +66,7 @@ switch $(OS)
NOARSCAN = yes ;
case SOLARIS :
+ HAVE_X11 = yes ;
NEED_STRSEP = yes ;
FLAG_CCALL += -std=c89 ;
FLAG_CCRELEASE += -DARCH_SPARC ;