diff options
| -rw-r--r-- | recipes-graphics/mesa/mesa-gl_%.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-graphics/mesa/mesa-gl_%.bbappend b/recipes-graphics/mesa/mesa-gl_%.bbappend index 08ec1c5..84cd479 100644 --- a/recipes-graphics/mesa/mesa-gl_%.bbappend +++ b/recipes-graphics/mesa/mesa-gl_%.bbappend | |||
| @@ -1,6 +1,8 @@ | |||
| 1 | PACKAGECONFIG_append_rpi = " gbm" | 1 | PACKAGECONFIG_append_rpi = " gbm" |
| 2 | PROVIDES_append_rpi = " virtual/libgbm" | 2 | PROVIDES_append_rpi = " virtual/libgbm" |
| 3 | 3 | ||
| 4 | DRIDRIVERS_append_rpi = ",swrast" | ||
| 5 | |||
| 4 | do_install_append_rpi() { | 6 | do_install_append_rpi() { |
| 5 | rm -rf ${D}${includedir}/KHR/khrplatform.h | 7 | rm -rf ${D}${includedir}/KHR/khrplatform.h |
| 6 | } | 8 | } |
