SPECS: mozilla-firefox.spec - updated configure options
qboosh
qboosh at pld-linux.org
Thu Aug 2 22:01:03 CEST 2007
Author: qboosh Date: Thu Aug 2 20:01:03 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated configure options
---- Files affected:
SPECS:
mozilla-firefox.spec (1.212 -> 1.213)
---- Diffs:
================================================================
Index: SPECS/mozilla-firefox.spec
diff -u SPECS/mozilla-firefox.spec:1.212 SPECS/mozilla-firefox.spec:1.213
--- SPECS/mozilla-firefox.spec:1.212 Thu Aug 2 21:29:12 2007
+++ SPECS/mozilla-firefox.spec Thu Aug 2 22:00:58 2007
@@ -203,13 +203,16 @@
%else
ac_add_options --disable-tests
%endif
-%if %{with gnome}
-ac_add_options --enable-gnomevfs
+%if %{with gnomeui}
ac_add_options --enable-gnomeui
%else
-ac_add_options --disable-gnomevfs
ac_add_options --disable-gnomeui
%endif
+%if %{with gnomevfs}
+ac_add_options --enable-gnomevfs
+%else
+ac_add_options --disable-gnomevfs
+%endif
ac_add_options --disable-freetype2
ac_add_options --disable-installer
ac_add_options --disable-javaxpcom
@@ -643,6 +646,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.213 2007/08/02 20:00:58 qboosh
+- updated configure options
+
Revision 1.212 2007/08/02 19:29:12 qboosh
- unified bconds (separate gnomeui/gnomevfs + gnome alias for convenience)
- apply gnome* bconds to file list
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/mozilla-firefox.spec?r1=1.212&r2=1.213&f=u
More information about the pld-cvs-commit
mailing list