aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/mesa/mesa-demos_%.bbappend
blob: 1f070a44717766e7e942721a8e70f054b3f43446 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

SRC_URI_append_mx6 = " file://Replace-glWindowPos2iARB-calls-with-glWindowPos2i.patch \
                    file://fix-clear-build-break.patch \
                    file://Additional-eglSwapBuffer-calling-makes-wrong-throttl.patch \
                    file://Add-OpenVG-demos-to-support-wayland.patch"

PACKAGECONFIG_remove_mx6 = " \
    ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', \
         bb.utils.contains('DISTRO_FEATURES', 'wayland', 'glu', '', d), d)}"
PACKAGECONFIG_remove_mx6sl = "gles1 gles2"

PACKAGECONFIG_append = "\
    ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', \
       bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland vg', '', d), d)} \
"