X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=config.in;h=44857df365bc27d81b6222f74b242e45d2fcf455;hb=115261e50283aadb28173295c70b7ac91905db44;hp=a048abf6eceee12c914061edb8f0817e7e4dcfdf;hpb=69bbdda9de56ad1c2470dfa5d7cfee2ddc0b6491;p=vlc diff --git a/config.in b/config.in index a048abf6ec..44857df365 100644 --- a/config.in +++ b/config.in @@ -16,6 +16,7 @@ bool 'Skins2 module' CONFIG_SKINS2 if [ "$CONFIG_SKINS2" = "y" ]; then string 'xml2-config path' CONFIG_WITHXML2CONFIGPATH "" fi +bool 'Familiar GTK+ support' CONFIG_FAMILIAR # TODO: --enable-pda bool 'wxWindows support' CONFIG_WXWINDOWS if [ "$CONFIG_WXWINDOWS" = "y" ]; then @@ -36,6 +37,7 @@ bool 'Goom visualization plugin' CONFIG_GOOM 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 "" @@ -90,6 +92,7 @@ comment 'Video plugins' if [ "$CONFIG_LINUX" = "y" ]; then bool 'X11 support' CONFIG_X11 bool 'XVideo support' CONFIG_XVIDEO + bool 'GLX support' CONFIG_GLX bool 'Linux framebuffer support' CONFIG_FB bool 'Linux kernel Matrox support' CONFIG_MGA fi