wxDFB doesn't require extra configure options anymore
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -23,33 +23,11 @@ Please refer to e.g. wxGTK's install.txt for details if you are unfamiliar
|
|||||||
with configure.
|
with configure.
|
||||||
|
|
||||||
When configuring, use the --with-directfb option instead of e.g. --with-gtk
|
When configuring, use the --with-directfb option instead of e.g. --with-gtk
|
||||||
to specify that the wxDFB port should be built. You'll also need to disable
|
to specify that the wxDFB port should be built. You may also need to disable
|
||||||
wxWidgets features that don't work in wxDFB yet:
|
wxUniv themes that don't work in wxDFB yet (alternatively you can set the
|
||||||
|
WXTHEME environment variable to "mono"):
|
||||||
|
|
||||||
$ ./configure --with-directfb \
|
$ ./configure --with-directfb --with-themes=mono
|
||||||
--with-themes=mono \
|
|
||||||
--disable-accel \
|
|
||||||
--disable-popupwin \
|
|
||||||
--disable-help \
|
|
||||||
--disable-combobox \
|
|
||||||
--disable-menus \
|
|
||||||
--disable-mdi \
|
|
||||||
--disable-mdidoc \
|
|
||||||
--disable-docview \
|
|
||||||
--disable-printarch \
|
|
||||||
--disable-calendar \
|
|
||||||
--disable-choice \
|
|
||||||
--disable-choicebook \
|
|
||||||
--disable-dirdlg \
|
|
||||||
--disable-filedlg \
|
|
||||||
--disable-fontdlg \
|
|
||||||
--disable-filepicker \
|
|
||||||
--disable-dirpicker \
|
|
||||||
--disable-fontpicker \
|
|
||||||
--disable-datepick \
|
|
||||||
--disable-hyperlink \
|
|
||||||
--disable-aui \
|
|
||||||
--disable-richtext
|
|
||||||
$ make
|
$ make
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user