Commit 50231301 authored by Cyril Deguet's avatar Cyril Deguet

* fixed dependencies and added options

parent 8ece92ba
...@@ -56,6 +56,7 @@ TREMOR tremor ...@@ -56,6 +56,7 @@ TREMOR tremor
TARKIN tarkin TARKIN tarkin
THEORA theora THEORA theora
SOUT sout SOUT sout
SLP slp
DEBUG debug DEBUG debug
" "
PATHS=" PATHS="
......
...@@ -11,10 +11,10 @@ choice 'Operating System' \ ...@@ -11,10 +11,10 @@ choice 'Operating System' \
mainmenu_option next_comment mainmenu_option next_comment
comment 'Graphical User Interfaces' comment 'Graphical User Interfaces'
bool 'Gnome interface support' CONFIG_GNOME
bool 'Gnome2 support' CONFIG_GNOME2
bool 'GTK+ support' CONFIG_GTK bool 'GTK+ support' CONFIG_GTK
dep_bool ' Gnome interface support' CONFIG_GNOME $CONFIG_GTK
bool 'GTK2 support' CONFIG_GTK2 bool 'GTK2 support' CONFIG_GTK2
dep_bool ' Gnome2 support' CONFIG_GNOME2 $CONFIG_GTK2
bool 'Win32 skins module' CONFIG_SKINS bool 'Win32 skins module' CONFIG_SKINS
bool 'Familiar GTK+ support' CONFIG_FAMILIAR bool 'Familiar GTK+ support' CONFIG_FAMILIAR
bool 'wxWindows support' CONFIG_WXWINDOWS bool 'wxWindows support' CONFIG_WXWINDOWS
...@@ -108,6 +108,11 @@ comment 'Streaming' ...@@ -108,6 +108,11 @@ comment 'Streaming'
bool 'Stream output modules' CONFIG_SOUT bool 'Stream output modules' CONFIG_SOUT
endmenu endmenu
mainmenu_option next_comment
comment 'Miscellaneous options'
bool 'SLP service discovery support' CONFIG_SLP
endmenu
mainmenu_option next_comment mainmenu_option next_comment
comment 'Compilation options' comment 'Compilation options'
bool 'Debug mode' CONFIG_DEBUG bool 'Debug mode' CONFIG_DEBUG
......
...@@ -8,11 +8,11 @@ CONFIG_LINUX=y ...@@ -8,11 +8,11 @@ CONFIG_LINUX=y
# #
# Graphical User Interfaces # Graphical User Interfaces
# #
CONFIG_GTK=y
CONFIG_GNOME=y CONFIG_GNOME=y
# CONFIG_GNOME2 is not set
# CONFIG_GTK is not set
# CONFIG_GTK2 is not set # CONFIG_GTK2 is not set
# CONFIG_SKINS is not set # CONFIG_GNOME2 is not set
CONFIG_SKINS=y
# CONFIG_FAMILIAR is not set # CONFIG_FAMILIAR is not set
# CONFIG_WXWINDOWS is not set # CONFIG_WXWINDOWS is not set
# CONFIG_QT is not set # CONFIG_QT is not set
...@@ -37,11 +37,11 @@ CONFIG_DVDPSI=y ...@@ -37,11 +37,11 @@ CONFIG_DVDPSI=y
# #
# Video outputs # Video outputs
# #
CONFIG_X11=y # CONFIG_X11 is not set
CONFIG_XVIDEO=y CONFIG_XVIDEO=y
# CONFIG_FB is not set # CONFIG_FB is not set
# CONFIG_SDL is not set # CONFIG_SDL is not set
CONFIG_FREETYPE=y # CONFIG_FREETYPE is not set
# CONFIG_QTE is not set # CONFIG_QTE is not set
# CONFIG_MGA is not set # CONFIG_MGA is not set
# CONFIG_SVGALIB is not set # CONFIG_SVGALIB is not set
...@@ -53,7 +53,7 @@ CONFIG_FREETYPE=y ...@@ -53,7 +53,7 @@ CONFIG_FREETYPE=y
# Audio outputs # Audio outputs
# #
CONFIG_OSS=y CONFIG_OSS=y
# CONFIG_ESD is not set CONFIG_ESD=y
# CONFIG_ARTS is not set # CONFIG_ARTS is not set
# CONFIG_ALSA is not set # CONFIG_ALSA is not set
...@@ -80,6 +80,11 @@ CONFIG_VORBIS=y ...@@ -80,6 +80,11 @@ CONFIG_VORBIS=y
# #
CONFIG_SOUT=y CONFIG_SOUT=y
#
# Miscellaneous options
#
CONFIG_SLP=y
# #
# Compilation options # Compilation options
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment