diff options
Diffstat (limited to 'recipes-graphics/imx-gpu-apitrace')
-rw-r--r-- | recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb new file mode 100644 index 00000000..e5e9a4a5 --- /dev/null +++ b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb | |||
@@ -0,0 +1,23 @@ | |||
1 | SUMMARY = "Samples for OpenGL ES" | ||
2 | LICENSE = "MIT" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=aeb969185a143c3c25130bc2c3ef9a50" | ||
4 | DEPENDS = "virtual/libg2d imx-gpu-viv zlib libpng procps" | ||
5 | |||
6 | SRC_URI = "git://source.codeaurora.org/external/imx/apitrace-imx.git;protocol=https;branch=imx_7.1" | ||
7 | SRCREV = "759c5b7a004d1807e15a7f587023dc2e459b3509" | ||
8 | |||
9 | S = "${WORKDIR}/git" | ||
10 | |||
11 | inherit cmake lib_package pkgconfig perlnative pythonnative | ||
12 | |||
13 | EXTRA_OECMAKE += "-DENABLE_VIVANTE=ON -DENABLE_MULTIARCH=OFF" | ||
14 | EXTRA_OECMAKE += \ | ||
15 | "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '-DDISABLE_X11=ON', \ | ||
16 | bb.utils.contains('DISTRO_FEATURES', 'x11', '', \ | ||
17 | '-DDISABLE_X11=ON', d), d)}" | ||
18 | |||
19 | FILES_${PN} = "${bindir} ${libdir}" | ||
20 | FILES_${PN}-dbg += "${libdir}/*/*/.debug" | ||
21 | |||
22 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | ||
23 | COMPATIBLE_MACHINE = "(mx6q|mx6dl|mx6sx|mx6sl|mx7ulp)" | ||