All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] webkitgtk: add opengl to REQUIRED_DISTRO_FEATURES
@ 2018-09-03  9:35 Hongxu Jia
  2018-09-03  9:35 ` [PATCH 2/2] weston: fix build failure with --disable-egl Hongxu Jia
                   ` (7 more replies)
  0 siblings, 8 replies; 19+ messages in thread
From: Hongxu Jia @ 2018-09-03  9:35 UTC (permalink / raw)
  To: openembedded-core

They can't be built without opengl in DISTRO_FEATURES.
[snip]
|webkitgtk-2.20.3/Source/WebCore/platform/graphics/OpenGLShims.h:23:10:
fatal error: GL/gl.h: No such file or directory
[snip]

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
 meta/recipes-sato/webkit/webkitgtk_2.20.3.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-sato/webkit/webkitgtk_2.20.3.bb b/meta/recipes-sato/webkit/webkitgtk_2.20.3.bb
index a528c5d..93d74bb 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.20.3.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.20.3.bb
@@ -29,8 +29,7 @@ SRC_URI[sha256sum] = "579b307d78fa16a73f112790178022166d7ad17d4147492ced9b9fba48
 
 inherit cmake pkgconfig gobject-introspection perlnative distro_features_check upstream-version-is-even gtk-doc
 
-# depends on libxt
-REQUIRED_DISTRO_FEATURES = "x11"
+REQUIRED_DISTRO_FEATURES = "x11 opengl"
 
 DEPENDS = "zlib libsoup-2.4 curl libxml2 cairo libxslt libxt libidn libgcrypt \
            gtk+3 gstreamer1.0 gstreamer1.0-plugins-base flex-native gperf-native sqlite3 \
-- 
2.7.4



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

end of thread, other threads:[~2018-10-10  7:32 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-03  9:35 [PATCH 1/2] webkitgtk: add opengl to REQUIRED_DISTRO_FEATURES Hongxu Jia
2018-09-03  9:35 ` [PATCH 2/2] weston: fix build failure with --disable-egl Hongxu Jia
2018-09-03 16:51   ` Khem Raj
2018-09-03  9:54 ` [PATCH 1/2] webkitgtk: add opengl to REQUIRED_DISTRO_FEATURES Alexander Kanavin
2018-09-04 13:29   ` Hongxu Jia
2018-09-04 14:39     ` Alexander Kanavin
2018-09-03 16:51 ` Khem Raj
2018-10-09  1:49 ` ChenQi
2018-10-09  1:53 ` ChenQi
2018-10-09  1:53   ` Khem Raj
2018-10-10  3:06     ` Hongxu Jia
2018-10-10  3:09     ` [PATCH V2] " Hongxu Jia
2018-10-10  3:21       ` Andre McCurdy
2018-10-10  5:56         ` [PATCH V3] " Hongxu Jia
2018-10-10  7:16           ` [PATCH V4] webkitgtk/epiphany: " Hongxu Jia
2018-10-10  7:14             ` Hongxu Jia
2018-10-10  3:33 ` ✗ patchtest: failure for "webkitgtk: add opengl to REQUI..." and 1 more (rev2) Patchwork
2018-10-10  6:03 ` ✗ patchtest: failure for "webkitgtk: add opengl to REQUI..." and 1 more (rev3) Patchwork
2018-10-10  7:32 ` ✗ patchtest: failure for "webkitgtk: add opengl to REQUI..." and 1 more (rev4) Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.