summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/include/rpi-base.inc2
-rw-r--r--recipes-graphics/mesa/mesa_%.bbappend2
2 files changed, 1 insertions, 3 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc
index aabc131..69774f4 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/machine/include/rpi-base.inc
@@ -12,7 +12,7 @@ XSERVER = " \
12 xf86-input-evdev \ 12 xf86-input-evdev \
13 xf86-input-mouse \ 13 xf86-input-mouse \
14 xf86-input-keyboard \ 14 xf86-input-keyboard \
15 xf86-video-fbdev \ 15 ${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "xf86-video-modesetting", "xf86-video-fbdev", d)} \
16 " 16 "
17 17
18# Really supported starting from linux-raspberrypi 3.18.y only 18# Really supported starting from linux-raspberrypi 3.18.y only
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index b182388..9c5df99 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -1,4 +1,2 @@
1PACKAGECONFIG_append_rpi = " gallium" 1PACKAGECONFIG_append_rpi = " gallium"
2GALLIUMDRIVERS_rpi = "vc4" 2GALLIUMDRIVERS_rpi = "vc4"
3DRIDRIVERS_rpi = ""
4