X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=config.in;h=0a1b35bec6244a9d911b626adac7489e13146283;hb=e0431bc0c10adc5d969d56194a43bb5546e55b79;hp=d8e6fbba531df1f43ea23a3276be252dadfca7cf;hpb=81b184baaf5f9dbff30029252e520c1e9b2bd005;p=vlc diff --git a/config.in b/config.in index d8e6fbba53..0a1b35bec6 100644 --- a/config.in +++ b/config.in @@ -11,15 +11,17 @@ choice 'Operating System' \ mainmenu_option next_comment comment 'User Interfaces' -bool 'Skins module' CONFIG_SKINS +bool 'wxWidgets interface' CONFIG_WXWIDGETS +if [ "$CONFIG_WXWIDGETS" = "y" ]; then + string 'wx-config path' CONFIG_WITHWXCONFIGPATH "" + string 'wx-config name' CONFIG_WITHWXCONFIG "" +fi +bool 'QT4 interface' CONFIG_QT4 +bool 'Skins interface' CONFIG_SKINS if [ "$CONFIG_SKINS" = "y" ]; then string 'xml2-config path' CONFIG_WITHXML2CONFIGPATH "" fi bool 'PDA interface (via Gtk2) support' CONFIG_PDA -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 if [ "$CONFIG_OPIE" = "y" ]; then string 'Qt Embedded headers and libraries' CONFIG_WITHQTE "" @@ -36,13 +38,7 @@ if [ "$CONFIG_GOOM" = "y" ]; then string 'goom tree for static linking' CONFIG_WITHGOOMTREE "" fi bool 'GaLaktos visualization plugin' CONFIG_GALAKTOS -bool 'SLP service discovery support' CONFIG_SLP -if [ "$CONFIG_SLP" = "y" ]; then - string 'libslp headers and libraries' CONFIG_WITHSLP "" -fi bool 'IR remote control support' CONFIG_LIRC -bool 'Joystick control' CONFIG_JOYSTICK -bool 'Corba interface support' CONFIG_CORBA endmenu mainmenu_option next_comment @@ -149,6 +145,7 @@ if [ "$CONFIG_LINUX" = "y" ]; then bool 'Esound library support' CONFIG_ESD bool 'aRts sound server' CONFIG_ARTS bool 'ALSA sound support for Linux' CONFIG_ALSA + bool 'JACK Audio Connection Kit support' CONFIG_JACK fi if [ "$CONFIG_WIN32" = "y" ]; then bool 'Win32 waveOut module' CONFIG_WAVEOUT