diff options
| -rw-r--r-- | recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb index bd0415824..4cc2685b5 100644 --- a/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb +++ b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb | |||
| @@ -43,6 +43,13 @@ FILES:${PN} += " \ | |||
| 43 | ${libdir}/apitrace/scripts/* \ | 43 | ${libdir}/apitrace/scripts/* \ |
| 44 | ${libdir}/apitrace/wrappers/* \ | 44 | ${libdir}/apitrace/wrappers/* \ |
| 45 | " | 45 | " |
| 46 | 46 | EXTRA_OECMAKE += "\ | |
| 47 | -DENABLE_GUI=OFF \ | ||
| 48 | -DENABLE_STATIC_LIBGCC=OFF \ | ||
| 49 | -DENABLE_STATIC_LIBSTDCXX=OFF \ | ||
| 50 | -DPython3_ROOT_DIR=/usr/bin/python3-native \ | ||
| 51 | " | ||
| 47 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | 52 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" |
| 48 | COMPATIBLE_MACHINE = "(imxgpu)" | 53 | COMPATIBLE_MACHINE = "(imxgpu)" |
| 54 | SECURITY_CFLAGS:toolchain-clang = "" | ||
| 55 | |||
