diff options
author | Tor Andersson <tor@ghostscript.com> | 2005-04-14 14:46:59 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2005-04-14 14:46:59 +0200 |
commit | 6724a368345feb498c4a2c351f4dd90f2974786a (patch) | |
tree | 02853278cab41d5a48775ce4881b9052685c8787 /Jamrules | |
parent | b436d82e6b402e6e53c5db2ecdb10c7c0b49ea86 (diff) | |
download | mupdf-6724a368345feb498c4a2c351f4dd90f2974786a.tar.xz |
junked defunct gtk gui app
Diffstat (limited to 'Jamrules')
-rw-r--r-- | Jamrules | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 ; |