SPECS: mozilla-firefox.spec - disabled xft support

patrys patrys at pld-linux.org
Thu Oct 6 19:05:53 CEST 2005


Author: patrys                       Date: Thu Oct  6 17:05:53 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- disabled xft support

---- Files affected:
SPECS:
   mozilla-firefox.spec (1.107 -> 1.108) 

---- Diffs:

================================================================
Index: SPECS/mozilla-firefox.spec
diff -u SPECS/mozilla-firefox.spec:1.107 SPECS/mozilla-firefox.spec:1.108
--- SPECS/mozilla-firefox.spec:1.107	Thu Oct  6 18:56:37 2005
+++ SPECS/mozilla-firefox.spec	Thu Oct  6 19:05:47 2005
@@ -1,14 +1,6 @@
 # $Revision$, $Date$
 #
 # TODO:
-# - from official Mozilla documentation:
-#   ac_add_options --enable-xft
-#      Enables XFT advanced font rendering. This is only available with
-#      --enable-default-toolkit=gtk2, and it is recommended with gtk2
-#   ac_add_options --enable-freetype2
-#      Enables freetype font rendering. This is the default for the GTK toolkit.
-#      Not compatible with --enable-xft
-#      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 # - review building options (like disable-mailnews and disable-composer,
 #   these are not meant for firefox)
 # - handle locales differently (runtime, since it's possible to do)
@@ -202,25 +194,25 @@
 ac_add_options --disable-jsd
 ac_add_options --disable-ldap
 ac_add_options --disable-mailnews
-ac_add_options --disable-xprint
 ac_add_options --disable-profilesharing
-ac_add_options --enable-xpctools
-ac_add_options --enable-native-uconv
+ac_add_options --disable-xft
+ac_add_options --disable-xprint
 ac_add_options --enable-crypto
+ac_add_options --enable-default-toolkit=gtk2
 ac_add_options --enable-freetype2
 ac_add_options --enable-mathml
+ac_add_options --enable-native-uconv
 ac_add_options --enable-reorder
+ac_add_options --enable-single-profile
 ac_add_options --enable-strip
 ac_add_options --enable-strip-libs
 ac_add_options --enable-xinerama
-ac_add_options --enable-xft
-ac_add_options --enable-default-toolkit=gtk2
+ac_add_options --enable-xpctools
 ac_add_options --with-pthreads
-ac_add_options --with-system-nspr
 ac_add_options --with-system-jpeg
+ac_add_options --with-system-nspr
 ac_add_options --with-system-png
 ac_add_options --with-system-zlib
-ac_add_options --enable-single-profile
 EOF
 
 %{__make} -j1 -f client.mk build \
@@ -406,6 +398,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.108  2005/10/06 17:05:47  patrys
+- disabled xft support
+
 Revision 1.107  2005/10/06 16:56:37  patrys
 - more TODO
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mozilla-firefox.spec?r1=1.107&r2=1.108&f=u




More information about the pld-cvs-commit mailing list