X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=config.in;h=bd5b7ae58ba10d9e55019a98df0497b146d9de97;hb=653b7892d5f1d09caf9eeb4ed040012ced7af5cb;hp=0a1b35bec6244a9d911b626adac7489e13146283;hpb=a5634f95c58def01aa4cee4c881493c3ec6d6507;p=vlc diff --git a/config.in b/config.in index 0a1b35bec6..bd5b7ae58b 100644 --- a/config.in +++ b/config.in @@ -11,11 +11,6 @@ choice 'Operating System' \ mainmenu_option next_comment comment 'User Interfaces' -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 @@ -127,10 +122,6 @@ bool 'GGI support' CONFIG_GGI if [ "$CONFIG_GGI" = "y" ]; then string ' Path to libggi' CONFIG_WITHGGI "" fi -bool 'Glide (3dfx) support' CONFIG_GLIDE -if [ "$CONFIG_GLIDE" = "y" ]; then - string ' Path to libglide' CONFIG_WITHGLIDE "" -fi bool 'aalib output' CONFIG_AA bool 'cacalib output' CONFIG_CACA if [ "$CONFIG_CACA" = "y" ]; then