diff options
| -rw-r--r-- | meta-oe/recipes-devtools/apitrace/apitrace_10.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/apitrace/apitrace_10.0.bb b/meta-oe/recipes-devtools/apitrace/apitrace_10.0.bb index 57ec1f8e01..eb8e0318ee 100644 --- a/meta-oe/recipes-devtools/apitrace/apitrace_10.0.bb +++ b/meta-oe/recipes-devtools/apitrace/apitrace_10.0.bb | |||
| @@ -16,9 +16,11 @@ DEPENDS += "zlib libpng python3-native" | |||
| 16 | 16 | ||
| 17 | inherit cmake | 17 | inherit cmake |
| 18 | 18 | ||
| 19 | PACKAGECONFIG ??= " ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11', '', d)} " | ||
| 20 | PACKAGECONFIG[x11] = "-DENABLE_X11=ON,-DENABLE_X11=OFF,libx11" | ||
| 21 | |||
| 19 | EXTRA_OECMAKE += "\ | 22 | EXTRA_OECMAKE += "\ |
| 20 | -DENABLE_GUI=OFF \ | 23 | -DENABLE_GUI=OFF \ |
| 21 | -DENABLE_X11=OFF \ | ||
| 22 | -DENABLE_STATIC_LIBGCC=OFF \ | 24 | -DENABLE_STATIC_LIBGCC=OFF \ |
| 23 | -DENABLE_STATIC_LIBSTDCXX=OFF \ | 25 | -DENABLE_STATIC_LIBSTDCXX=OFF \ |
| 24 | -DPython3_ROOT_DIR=/usr/bin/python3-native \ | 26 | -DPython3_ROOT_DIR=/usr/bin/python3-native \ |
