Changeset a89fa96809e97c526a070c073578a38b128010b6

Show
Ignore:
Timestamp:
09/05/05 11:13:52 (3 years ago)
Author:
Clément Stenac <zorglub@videolan.org>
git-committer:
Clément Stenac <zorglub@videolan.org> 1125911632 +0000
git-parent:

[96dd99415556465fddf28c4248b42d273cde32cd]

git-author:
Clément Stenac <zorglub@videolan.org> 1125911632 +0000
Message:

Remove a few legacy entries in config.in

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • config.in

    r81b184b ra89fa96  
    1212mainmenu_option next_comment 
    1313comment 'User Interfaces' 
    14 bool 'Skins module' CONFIG_SKINS 
     14bool 'wxWidgets interface' CONFIG_WXWIDGETS 
     15if [ "$CONFIG_WXWIDGETS" = "y" ]; then 
     16  string 'wx-config path' CONFIG_WITHWXCONFIGPATH "" 
     17fi 
     18bool 'Skins interface' CONFIG_SKINS 
    1519if [ "$CONFIG_SKINS" = "y" ]; then 
    1620  string 'xml2-config path' CONFIG_WITHXML2CONFIGPATH "" 
    1721fi 
    1822bool 'PDA interface (via Gtk2) support' CONFIG_PDA 
    19 bool 'wxWidgets support' CONFIG_WXWIDGETS 
    20 if [ "$CONFIG_WXWIDGETS" = "y" ]; then 
    21   string 'wx-config path' CONFIG_WITHWXCONFIGPATH "" 
    22 fi 
    2323bool 'Qt embedded interface support (opie)' CONFIG_OPIE 
    2424if [ "$CONFIG_OPIE" = "y" ]; then 
     
    3737fi 
    3838bool 'GaLaktos visualization plugin' CONFIG_GALAKTOS 
    39 bool 'SLP service discovery support' CONFIG_SLP 
    40 if [ "$CONFIG_SLP" = "y" ]; then 
    41   string 'libslp headers and libraries' CONFIG_WITHSLP "" 
    42 fi 
    4339bool 'IR remote control support' CONFIG_LIRC 
    44 bool 'Joystick control' CONFIG_JOYSTICK 
    4540bool 'Corba interface support' CONFIG_CORBA 
    4641endmenu