]> git.sesse.net Git - vlc/blobdiff - config.in
Merged OSD functionality on the same core functions. All OSD functionality is describ...
[vlc] / config.in
index 4a7a5cd95ebf4d511047b9c33b67525c2ab041d8..a32e0c0f1e476d3d3fe4f7568003bc190969fbfc 100644 (file)
--- a/config.in
+++ b/config.in
@@ -16,8 +16,8 @@ if [ "$CONFIG_SKINS" = "y" ]; then
   string 'xml2-config path' CONFIG_WITHXML2CONFIGPATH ""
 fi
 bool 'PDA interface (via Gtk2) support' CONFIG_PDA
-bool 'wxWindows support' CONFIG_WXWINDOWS
-if [ "$CONFIG_WXWINDOWS" = "y" ]; then
+bool 'wxWidgets support' CONFIG_WXWIDGETS
+if [ "$CONFIG_WXWIDGETS" = "y" ]; then
   string 'wx-config path' CONFIG_WITHWXCONFIGPATH ""
 fi
 bool 'Qt embedded interface support (opie)' CONFIG_OPIE
@@ -216,6 +216,7 @@ if [ "$CONFIG_MOZILLA" = "y" ]; then
    string '    Path to win32 mozilla sdk' CONFIG_WITHMOZILLASDKPATH ""
 fi
 bool 'Build test modules' COFIG_TESTSUITE
+bool 'Enable http daemon' COFIG_HTTPD
 # TODO: --disable-plugins
 endmenu