diff --git a/projects/intel/options b/projects/intel/options index 7886494cd0..60594dfaf3 100644 --- a/projects/intel/options +++ b/projects/intel/options @@ -12,7 +12,7 @@ # only busybox exists in initramfs) (yes /no ) BUSYBOX_STATIC=yes -# Mediacenter to use (moovida / mythtv / no) +# Mediacenter to use (enna / moovida / mythtv / no) MEDIACENTER=moovida # build with plymouth graphical boot (yes / no) @@ -36,7 +36,7 @@ LIBDRM=libdrm # build with games support (yes / no) - GAMES=no + GAMES=yes # build with emulator support (yes / no) EMULATORS=no @@ -63,6 +63,10 @@ if [ "$MEDIACENTER" = mythtv ]; then MESA_GLU=yes fi +if [ "$MEDIACENTER" = enna ]; then + MESA_GLU=yes +fi + get_graphicdrivers() { if [ "$GRAPHIC_DRIVERS" = all ]; then GRAPHIC_DRIVERS="i915 i965 r200 r300 r600 radeon nouveau"