Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH v2 1/6] webkitgtk: Remove unnecessary REQUIRED_DISTRO_FEATURES requirements
@ 2020-02-23 18:29 Adrian Bunk
  2020-02-23 18:29 ` [PATCH v2 2/6] webkitgtk: Remove unused DEPENDS on pulseaudio Adrian Bunk
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Adrian Bunk @ 2020-02-23 18:29 UTC (permalink / raw)
  To: openembedded-core

opengl is optional.
x11 can be replaced with wayland.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
 meta/recipes-sato/webkit/webkitgtk_2.26.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb b/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb
index a48a976f94..51fba94964 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb
@@ -26,7 +26,7 @@ SRC_URI[sha256sum] = "4386900713dfadf9741177210b32623cab22562a79ffd0d446b6656993
 
 inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gtk-doc
 
-REQUIRED_DISTRO_FEATURES = "x11 opengl"
+ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 
 CVE_PRODUCT = "webkitgtk webkitgtk\+"
 
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2020-02-26 11:50 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-23 18:29 [PATCH v2 1/6] webkitgtk: Remove unnecessary REQUIRED_DISTRO_FEATURES requirements Adrian Bunk
2020-02-23 18:29 ` [PATCH v2 2/6] webkitgtk: Remove unused DEPENDS on pulseaudio Adrian Bunk
2020-02-23 18:29 ` [PATCH v2 3/6] webkitgtk: Remove obsolete gtk2 packageconfig Adrian Bunk
2020-02-23 18:29 ` [PATCH v2 4/6] webkitgtk: Remove the unused DEPENDS on libidn Adrian Bunk
2020-02-23 18:29 ` [PATCH v2 5/6] systemd: Add a PACKAGECONFIG for libidn2 Adrian Bunk
2020-02-23 18:29 ` [PATCH v2 6/6] libidn: Move to meta-oe Adrian Bunk
2020-02-24  9:17 ` [PATCH v2 1/6] webkitgtk: Remove unnecessary REQUIRED_DISTRO_FEATURES requirements Richard Purdie
2020-02-24 10:46   ` Adrian Bunk
2020-02-24 14:08     ` Adrian Bunk
2020-02-24 14:12       ` Alexander Kanavin
2020-02-24 21:45       ` Alexander Kanavin
2020-02-25 11:19         ` Adrian Bunk
2020-02-25 11:32           ` Alexander Kanavin
2020-02-25 12:38             ` Adrian Bunk
2020-02-25 12:46               ` Martin Jansa
2020-02-26 11:50                 ` Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox