Skip to content

Commit

Permalink
mesa bbappend: enable gallium drivers and other bits
Browse files Browse the repository at this point in the history
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
  • Loading branch information
koenkooi committed Dec 26, 2015
1 parent 7e94ff1 commit 9de4ad1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions recipes-tweaks/mesa/mesa_%.bbappend
@@ -0,0 +1,15 @@
PACKAGECONFIG_x86-64 = " egl gles dri dri3 x11 xa r600 gallium gallium-llvm xvmc"

GALLIUMDRIVERS_LLVM33 = "${@bb.utils.contains('PACKAGECONFIG', 'r600', 'r600', '', d)}"

GALLIUMDRIVERS_append_armv7a = ",freedreno"
GALLIUMDRIVERS_append_aarch64 = ",freedreno"

PACKAGECONFIG_append_armv7a = " gallium \
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xa', '', d)} \
"
PACKAGECONFIG_append_aarch64 = " gallium \
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xa', '', d)} \
"

FILES_mesa-megadriver += "${libdir}/libXvMC*.so.*"

0 comments on commit 9de4ad1

Please sign in to comment.