Changeset a89fa96809e97c526a070c073578a38b128010b6
- 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
| r81b184b |
ra89fa96 |
|
| 12 | 12 | mainmenu_option next_comment |
|---|
| 13 | 13 | comment 'User Interfaces' |
|---|
| 14 | | bool 'Skins module' CONFIG_SKINS |
|---|
| | 14 | bool 'wxWidgets interface' CONFIG_WXWIDGETS |
|---|
| | 15 | if [ "$CONFIG_WXWIDGETS" = "y" ]; then |
|---|
| | 16 | string 'wx-config path' CONFIG_WITHWXCONFIGPATH "" |
|---|
| | 17 | fi |
|---|
| | 18 | bool 'Skins interface' CONFIG_SKINS |
|---|
| 15 | 19 | if [ "$CONFIG_SKINS" = "y" ]; then |
|---|
| 16 | 20 | string 'xml2-config path' CONFIG_WITHXML2CONFIGPATH "" |
|---|
| 17 | 21 | fi |
|---|
| 18 | 22 | bool '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 |
|---|
| 23 | 23 | bool 'Qt embedded interface support (opie)' CONFIG_OPIE |
|---|
| 24 | 24 | if [ "$CONFIG_OPIE" = "y" ]; then |
|---|
| … | … | |
| 37 | 37 | fi |
|---|
| 38 | 38 | bool '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 |
|---|
| 43 | 39 | bool 'IR remote control support' CONFIG_LIRC |
|---|
| 44 | | bool 'Joystick control' CONFIG_JOYSTICK |
|---|
| 45 | 40 | bool 'Corba interface support' CONFIG_CORBA |
|---|
| 46 | 41 | endmenu |
|---|