libXt and ghostcript dep fixed.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user