X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=config.in;h=60a5d92318513bc56f0e2d1e95457c555f828804;hb=09496f19392df3684c51ff5950234cafbedc11ec;hp=1bf5585a9e6190d50a1f22f510f7fb18211743e2;hpb=4ec9d7c868ce02742e08196463ea2451fed3c4dd;p=vlc diff --git a/config.in b/config.in index 1bf5585a9e..60a5d92318 100644 --- 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