diff options
-rw-r--r-- | conf/distro/include/emulator.conf | 2 | ||||
-rw-r--r-- | recipes/mesa/mesa_9.1.6.bbappend | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/conf/distro/include/emulator.conf b/conf/distro/include/emulator.conf index b8a0c57..dee1df3 100644 --- a/conf/distro/include/emulator.conf +++ b/conf/distro/include/emulator.conf | |||
@@ -32,9 +32,7 @@ MACHINE_EXTRA_RRECOMMENDS += "\ | |||
32 | kernel_autoload_snd-intel8x0 = "snd-intel8x0" | 32 | kernel_autoload_snd-intel8x0 = "snd-intel8x0" |
33 | 33 | ||
34 | MACHINE_EXTRA_INSTALL = "\ | 34 | MACHINE_EXTRA_INSTALL = "\ |
35 | llvm3.3 \ | ||
36 | libegl-mesa \ | 35 | libegl-mesa \ |
37 | libegl-gallium \ | ||
38 | libgles2-mesa \ | 36 | libgles2-mesa \ |
39 | mount-vboxsf \ | 37 | mount-vboxsf \ |
40 | " | 38 | " |
diff --git a/recipes/mesa/mesa_9.1.6.bbappend b/recipes/mesa/mesa_9.1.6.bbappend index 7f212cf..627f70b 100644 --- a/recipes/mesa/mesa_9.1.6.bbappend +++ b/recipes/mesa/mesa_9.1.6.bbappend | |||
@@ -21,8 +21,6 @@ | |||
21 | ############################################################################# | 21 | ############################################################################# |
22 | 22 | ||
23 | EGL_PLATFORMS = "fbdev" | 23 | EGL_PLATFORMS = "fbdev" |
24 | PACKAGECONFIG = "egl gles dri gallium gallium-llvm gallium-egl" | ||
25 | GALLIUMDRIVERS_LLVM = "" | ||
26 | DRIDRIVERS_remove = "swrast,radeon,r200,nouveau,i965,i915" | 24 | DRIDRIVERS_remove = "swrast,radeon,r200,nouveau,i965,i915" |
27 | DRIDRIVERS_append += "swrast" | 25 | DRIDRIVERS_append += "swrast" |
28 | EXTRA_OECONF += "--with-dri-drivers=""" | 26 | EXTRA_OECONF += "--with-dri-drivers=""" |