]> git.sesse.net Git - vlc/blobdiff - config.in
* Fix Bug thanks to Cif: url form was "IP:port" and port 1234 was
[vlc] / config.in
index 1bf5585a9e6190d50a1f22f510f7fb18211743e2..60a5d92318513bc56f0e2d1e95457c555f828804 100644 (file)
--- a/config.in
+++ b/config.in
@@ -11,11 +11,12 @@ choice 'Operating System' \
 
 mainmenu_option next_comment
 comment 'Graphical User Interfaces'
-bool 'Gnome interface support' CONFIG_GNOME
-bool 'Gnome2 support' CONFIG_GNOME2
 bool 'GTK+ support' CONFIG_GTK
+dep_bool '   Gnome interface support' CONFIG_GNOME $CONFIG_GTK
 bool 'GTK2 support' CONFIG_GTK2
-bool 'Win32 skins module' CONFIG_SKINS
+dep_bool '   Gnome2 support' CONFIG_GNOME2 $CONFIG_GTK2
+bool 'Skins module' CONFIG_SKINS
+bool 'Basic skins module (without wxWindows)' CONFIG_BASIC_SKINS
 bool 'Familiar GTK+ support' CONFIG_FAMILIAR
 bool 'wxWindows support' CONFIG_WXWINDOWS
 bool 'Qt interface support' CONFIG_QT
@@ -39,7 +40,7 @@ if [ "$CONFIG_DVD" = "y" ]; then
    bool '    DVD input module' CONFIG_DVDOLD
    bool '    dvdread input module' CONFIG_DVDREAD
    bool '    dvdplay input module' CONFIG_DVDPLAY
-   bool '    dvbpsi ts mux and demux module' CONFIG_DVDPSI
+   bool '    dvbpsi ts mux and demux module' CONFIG_DVBPSI
 fi
 bool 'VCD support' CONFIG_VCD
 bool 'Video for Linux (V4L) support' CONFIG_V4L
@@ -108,6 +109,11 @@ comment 'Streaming'
 bool 'Stream output modules' CONFIG_SOUT
 endmenu
 
+mainmenu_option next_comment
+comment 'Miscellaneous options'
+bool 'SLP service discovery support' CONFIG_SLP
+endmenu
+
 mainmenu_option next_comment
 comment 'Compilation options'
 bool 'Debug mode' CONFIG_DEBUG