20 lines
646 B
BlitzBasic
20 lines
646 B
BlitzBasic
require imx-gpu-viv-v6.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=228c72f2a91452b8a03c4cab30f30ef9"
|
|
|
|
# FIXME: Remove this patch when upstream handles backend-specific libGL
|
|
SRC_URI += "file://Add-dummy-libgl.patch"
|
|
|
|
SRC_URI[md5sum] = "4733a2638815fe2242a396a1e9385258"
|
|
SRC_URI[sha256sum] = "cd3bc4d6be6d620aa8b15ed783b1d1e5a1b209130e12bc96163af0ab7d07e371"
|
|
|
|
do_install_append() {
|
|
if [ "${IS_MX6SL}" != "1" ]; then
|
|
if [ "${USE_WL}" = "yes" -o "${USE_X11}" = "yes" ]; then
|
|
cp ${S}/gpu-core/usr/lib/libGL-${backend}.so ${D}${libdir}/libGL.so.1.2.0
|
|
fi
|
|
fi
|
|
}
|
|
|
|
COMPATIBLE_MACHINE = "(mx6q|mx6dl|mx6sx|mx6sl|mx7ulp)"
|