diff options
-rw-r--r-- | recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb index ae0249ae..a7b58a7c 100644 --- a/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb +++ b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb | |||
@@ -9,7 +9,7 @@ SRCREV = "8636fa989d8e914a7986916b058878761a981a6f" | |||
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
12 | inherit cmake lib_package pkgconfig perlnative python3native | 12 | inherit cmake pkgconfig perlnative python3native |
13 | 13 | ||
14 | PACKAGECONFIG ??= "" | 14 | PACKAGECONFIG ??= "" |
15 | PACKAGECONFIG_append = \ | 15 | PACKAGECONFIG_append = \ |
@@ -30,8 +30,12 @@ PACKAGECONFIG[x11] = "-DENABLE_X11=ON,-DENABLE_X11=OFF" | |||
30 | PACKAGECONFIG[x11-egl] = "-Dwaffle_has_x11_egl=ON,-Dwaffle_has_x11_egl=OFF" | 30 | PACKAGECONFIG[x11-egl] = "-Dwaffle_has_x11_egl=ON,-Dwaffle_has_x11_egl=OFF" |
31 | PACKAGECONFIG[vivante] = "-DENABLE_VIVANTE=ON,-DENABLE_VIVANTE=OFF,virtual/libg2d" | 31 | PACKAGECONFIG[vivante] = "-DENABLE_VIVANTE=ON,-DENABLE_VIVANTE=OFF,virtual/libg2d" |
32 | 32 | ||
33 | FILES_${PN} = "${bindir} ${libdir}" | 33 | SOLIBS = ".so" |
34 | FILES_${PN}-dbg += "${libdir}/*/*/.debug" | 34 | FILES_SOLIBSDEV = "" |
35 | FILES_${PN} += " \ | ||
36 | ${libdir}/apitrace/scripts/* \ | ||
37 | ${libdir}/apitrace/wrappers/* \ | ||
38 | " | ||
35 | 39 | ||
36 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | 40 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" |
37 | COMPATIBLE_MACHINE = "(imxgpu)" | 41 | COMPATIBLE_MACHINE = "(imxgpu)" |