diff options
author | Mingli Yu <mingli.yu@windriver.com> | 2023-01-06 17:03:51 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-01-06 11:38:16 -0800 |
commit | e203500745d71184a10d3db4465f691b45deb2a4 (patch) | |
tree | 6eda7fc50255cb144bfe3832ba9be287f6ff571c /meta-multimedia | |
parent | db2c7c4e5104fb46dec5d51d58155eda46372ba4 (diff) | |
download | meta-openembedded-e203500745d71184a10d3db4465f691b45deb2a4.tar.gz |
xdg-desktop-portal-wlr: add opengl to REQUIRED_DISTRO_FEATURES
Fixes:
ERROR: Nothing PROVIDES 'virtual/libgbm' (but /build/layers/meta-openembedded/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb DEPENDS on or otherwise requires it).
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'xdg-desktop-portal-wlr', 'virtual/libgbm']
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r-- | meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb b/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb index b8cdf25c1..7e1b7b9d2 100644 --- a/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb +++ b/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb | |||
@@ -13,7 +13,8 @@ DEPENDS = " \ | |||
13 | virtual/libgbm \ | 13 | virtual/libgbm \ |
14 | " | 14 | " |
15 | 15 | ||
16 | inherit meson pkgconfig | 16 | inherit meson pkgconfig features_check |
17 | REQUIRED_DISTRO_FEATURES = "opengl" | ||
17 | 18 | ||
18 | SRC_URI = "git://github.com/emersion/xdg-desktop-portal-wlr.git;protocol=https;nobranch=1" | 19 | SRC_URI = "git://github.com/emersion/xdg-desktop-portal-wlr.git;protocol=https;nobranch=1" |
19 | 20 | ||