projets/*/options:

- add dependencies building of Xinerama and GLU
This commit is contained in:
Stephan Raue 2009-09-23 06:42:49 +02:00
parent be4bbc1470
commit e10cd9bcc0
3 changed files with 15 additions and 0 deletions

View File

@ -46,6 +46,11 @@ elif [ "$DISPLAYSERVER" = wayland ]; then
CAIRO=cairo-drm
fi
if [ "$MEDIACENTER = mythtv ]; then
XINERAMA=yes
MESA_GLU=yes
fi
get_graphicdrivers() {
if [ "$GRAPHIC_DRIVERS" = all ]; then
GRAPHIC_DRIVERS="i915 i965 r200 r300 r600 radeon nouveau"

View File

@ -46,6 +46,11 @@ elif [ "$DISPLAYSERVER" = wayland ]; then
CAIRO=cairo-drm
fi
if [ "$MEDIACENTER = mythtv ]; then
XINERAMA=yes
MESA_GLU=yes
fi
get_graphicdrivers() {
if [ "$GRAPHIC_DRIVERS" = all ]; then
GRAPHIC_DRIVERS="i915 i965 r200 r300 r600 radeon nouveau"

View File

@ -46,6 +46,11 @@ elif [ "$DISPLAYSERVER" = wayland ]; then
CAIRO=cairo-drm
fi
if [ "$MEDIACENTER = mythtv ]; then
XINERAMA=yes
MESA_GLU=yes
fi
get_graphicdrivers() {
if [ "$GRAPHIC_DRIVERS" = all ]; then
GRAPHIC_DRIVERS="i915 i965 r200 r300 r600 radeon nouveau"