summaryrefslogtreecommitdiffstats
path: root/meta-ivi-bsp/recipes-graphics/mesa/mesa_10.4.%.bbappend
blob: 7ae6b8b1048a6209d701ad4748920418b1be9a11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PR = "r1"

#
# please, read mesa/READM.gallium about an issue when using gallium
#
PACKAGES =+ " \
    libegl-gallium libgbm-gallium \
    "

FILESEXTRAPATHS_append := "${THISDIR}/${PN}"
SRC_URI_append_qemux86 = " \
    file://revert-c46c551c56f78c6bf9e63524c89478695fc4f525.patch \
    file://revert-363b53f00069af718f64cf047f19ad5681a8bf6d.patch \
    "
SRC_URI_append_qemux86-64 = " \
    file://revert-c46c551c56f78c6bf9e63524c89478695fc4f525.patch \
    file://revert-363b53f00069af718f64cf047f19ad5681a8bf6d.patch \
    "

PACKAGECONFIG[gallium-egl]  = "--enable-gallium-egl, --disable-gallium-egl"

FILES_libegl-gallium = "${libdir}/egl/egl_gallium.so*"
FILES_libgbm-gallium = "${libdir}/gbm/gbm_gallium_drm.so*"

PACKAGECONFIG_append_qemux86 = " gallium gallium-egl gallium-llvm"
PACKAGECONFIG_append_qemux86-64 = " gallium gallium-egl gallium-llvm"