diff options
Diffstat (limited to 'meta-oe/recipes-benchmark/glmark2/glmark2_git.bb')
| -rw-r--r-- | meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb index 188d4e5bdf..2a3e74f025 100644 --- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb +++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | |||
| @@ -18,13 +18,12 @@ SRC_URI = " \ | |||
| 18 | file://0001-fix-dispmanx-build.patch \ | 18 | file://0001-fix-dispmanx-build.patch \ |
| 19 | file://0002-run-dispmanx-fullscreen.patch \ | 19 | file://0002-run-dispmanx-fullscreen.patch \ |
| 20 | file://0001-libmatrix-Include-missing-utility-header.patch \ | 20 | file://0001-libmatrix-Include-missing-utility-header.patch \ |
| 21 | file://0001-waflib-fix-compatibility-with-python-3.11.patch \ | ||
| 22 | " | 21 | " |
| 23 | SRCREV = "0858b450cd88c84a15b99dda9698d44e7f7e8c70" | 22 | SRCREV = "0858b450cd88c84a15b99dda9698d44e7f7e8c70" |
| 24 | 23 | ||
| 25 | S = "${WORKDIR}/git" | 24 | S = "${WORKDIR}/git" |
| 26 | 25 | ||
| 27 | inherit waf pkgconfig features_check | 26 | inherit meson pkgconfig features_check |
| 28 | 27 | ||
| 29 | ANY_OF_DISTRO_FEATURES = "opengl dispmanx" | 28 | ANY_OF_DISTRO_FEATURES = "opengl dispmanx" |
| 30 | 29 | ||
| @@ -60,6 +59,6 @@ python __anonymous() { | |||
| 60 | if "dispmanx" in packageconfig: | 59 | if "dispmanx" in packageconfig: |
| 61 | flavors = ["dispmanx-glesv2"] | 60 | flavors = ["dispmanx-glesv2"] |
| 62 | if flavors: | 61 | if flavors: |
| 63 | d.appendVar("EXTRA_OECONF", " --with-flavors=%s" % ",".join(flavors)) | 62 | d.appendVar("EXTRA_OEMESON", " -Dflavors=%s" % ",".join(flavors)) |
| 64 | } | 63 | } |
| 65 | 64 | ||
