diff options
author | Mingli Yu <mingli.yu@windriver.com> | 2022-12-10 13:18:40 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-12-09 23:36:20 -0800 |
commit | 0ffed6c955631fa40e1123298e6b9f7581cb5572 (patch) | |
tree | 1a8da60def6cd7a661ab54320020710ed9dee1bb /meta-oe | |
parent | c528790b60867b4eef98114706a474534d881aa1 (diff) | |
download | meta-openembedded-0ffed6c955631fa40e1123298e6b9f7581cb5572.tar.gz |
geis: add opengl to REQUIRED_DISTRO_FEATURES
Fixes:
ERROR: Nothing PROVIDES 'grail' (but /build/layers/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb DEPENDS on or otherwise requires it)
grail was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'geis', 'grail']
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb b/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb index e7f3b5131..aa595ebe5 100644 --- a/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb +++ b/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb | |||
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = " \ | |||
15 | 15 | ||
16 | inherit autotools pkgconfig python3native lib_package features_check | 16 | inherit autotools pkgconfig python3native lib_package features_check |
17 | 17 | ||
18 | REQUIRED_DISTRO_FEATURES = "x11" | 18 | REQUIRED_DISTRO_FEATURES = "x11 opengl" |
19 | 19 | ||
20 | DEPENDS += "grail dbus-glib python3 virtual/libx11 libxext libxi libxcb dbus frame" | 20 | DEPENDS += "grail dbus-glib python3 virtual/libx11 libxext libxi libxcb dbus frame" |
21 | 21 | ||