diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-06-17 20:36:34 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-11-08 23:20:06 +0100 |
commit | 4b6594325fdd48ff8fb7793bb54c361e47199650 (patch) | |
tree | 2215a0126248f3397adea82a95f7127a5aecee35 /src/Makefile | |
parent | e1de322ed3911ebcef6e3bb9796ed15c8be27f4b (diff) | |
download | VeraCrypt-4b6594325fdd48ff8fb7793bb54c361e47199650.tar.gz VeraCrypt-4b6594325fdd48ff8fb7793bb54c361e47199650.zip |
Update wxWidgets compilation flags in order to be compatible with wxWidgets 3.0 and remove unneeded dependencies to ensure maximum compatibility.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index e6220fbe..df41baec 100644 --- a/src/Makefile +++ b/src/Makefile @@ -254,9 +254,11 @@ WX_CONFIGURE_FLAGS += --enable-unicode -disable-shared --disable-dependency-trac --disable-toolbar --disable-tbarnative --disable-treebook --disable-toolbook --disable-tipwindow --disable-popupwin \ --disable-commondlg --disable-aboutdlg --disable-coldlg --disable-finddlg --disable-fontdlg --disable-numberdlg --disable-splash \ --disable-tipdlg --disable-progressdlg --disable-wizarddlg --disable-miniframe --disable-tooltips --disable-splines --disable-palette \ - --disable-richtext --disable-dialupman --disable-debugreport --disable-filesystem \ + --disable-richtext --disable-dialupman --disable-debugreport --disable-filesystem --disable-rearrangectrl --disable-treelist --disable-richmsgdlg \ + --disable-richtooltip --disable-propgrid --disable-stc --without-libnotify \ + --without-gtkprint --without-gnomevfs --disable-fsvolume --disable-fswatcher \ --disable-graphics_ctx --disable-sound --disable-mediactrl --disable-joystick --disable-apple_ieee \ - --disable-gif --disable-pcx --disable-tga --disable-iff --disable-gif --disable-pnm \ + --disable-gif --disable-pcx --disable-tga --disable-iff --disable-gif --disable-pnm --disable-svg \ --without-expat --without-libtiff --without-libjpeg --without-libpng -without-regex --without-zlib |