diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-02 11:50:57 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-02 12:15:06 +0100 |
commit | 074034a79ef6ebf5bb3c0353dbde5ad134d4b3a8 (patch) | |
tree | 1402273dea307a6371501e201143b8427db1f83b /moz/makefile.mk | |
parent | c25fbbb91d4455fb89ab21a54b2885b83bc8f495 (diff) |
Clean up makefiles
Diffstat (limited to 'moz/makefile.mk')
-rw-r--r-- | moz/makefile.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/moz/makefile.mk b/moz/makefile.mk index e34770527f9c..94d693580ccd 100644 --- a/moz/makefile.mk +++ b/moz/makefile.mk @@ -35,6 +35,7 @@ TARGET=ooo_mozab .INCLUDE : settings.mk # --- Files -------------------------------------------------------- + # ----- pkg-config start ------- .INCLUDE .IGNORE : pkgroot.mk .IF "$(PKGCONFIG_ROOT)"!="" @@ -144,10 +145,6 @@ MOZILLA_CONFIGURE_FLAGS += --disable-tests \ --disable-pango \ --enable-extensions="pref" -#.IF "$(GUI)"!="WNT" -#MOZILLA_CONFIGURE_FLAGS += --enable-system-cairo -#.ENDIF - #disable profilelocking to share profile with mozilla #disable activex and activex-scripting to remove the dependence of Microsoft_SDK\src\mfc\atlbase.h #disable gnomevfs to remove the needed of gnome develop files |