libXt and ghostcript dep fixed.

This commit is contained in:
Ertuğrul Erata
2015-06-21 11:28:21 +03:00
parent 35cada22bf
commit 7583866701
3 changed files with 19 additions and 14 deletions
+1 -2
View File
@@ -29,11 +29,10 @@ def setup():
--enable-fontconfig \
--enable-freetype \
--without-luratech \
--with-system-libtiff \
--without-omni \
--with-x \
--with-fontpath=/usr/share/fonts:/usr/share/fonts/default/ghostscript:/usr/share/cups/fonts:/usr/share/fonts/TTF:/usr/share/fonts/Type1:/usr/share/poppler/cMap/*"
options += " --disable-cups --includedir=/usr/include --libdir=/usr/lib32" if get.buildTYPE() == "emul32" else " --enable-cups --with-install-cups"
options += " --disable-cups --includedir=/usr/include --libdir=/usr/lib32" if get.buildTYPE() == "emul32" else " --enable-cups"
autotools.configure(options)