Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] webkitgtk: remove an old workaround
@ 2018-12-25  8:00 Francois Perrad
  2018-12-25  8:00 ` [Buildroot] [PATCH 2/2] webkitgtk: fix host dependencies Francois Perrad
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Francois Perrad @ 2018-12-25  8:00 UTC (permalink / raw)
  To: buildroot

fixed upstream by https://trac.webkit.org/changeset/220007/webkit

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/webkitgtk/webkitgtk.mk | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/package/webkitgtk/webkitgtk.mk b/package/webkitgtk/webkitgtk.mk
index 4cfddd1eb..e03fd969e 100644
--- a/package/webkitgtk/webkitgtk.mk
+++ b/package/webkitgtk/webkitgtk.mk
@@ -39,13 +39,9 @@ WEBKITGTK_CONF_OPTS += \
 	-DENABLE_WEB_AUDIO=ON
 WEBKITGTK_DEPENDENCIES += gstreamer1 gst1-libav gst1-plugins-base gst1-plugins-good
 else
-# ENABLE_MEDIA_STREAM has to be explicitly disabled because there is a missing
-# feature dependency in the WebKitGTK+ CMake files. This can be removed once
-# https://bugs.webkit.org/show_bug.cgi?id=174940 makes it into a release.
 WEBKITGTK_CONF_OPTS += \
 	-DENABLE_VIDEO=OFF \
-	-DENABLE_WEB_AUDIO=OFF \
-	-DENABLE_MEDIA_STREAM=OFF
+	-DENABLE_WEB_AUDIO=OFF
 endif
 
 ifeq ($(BR2_PACKAGE_WEBKITGTK_WEBDRIVER),y)
-- 
2.17.1

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

end of thread, other threads:[~2019-01-01 16:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-25  8:00 [Buildroot] [PATCH 1/2] webkitgtk: remove an old workaround Francois Perrad
2018-12-25  8:00 ` [Buildroot] [PATCH 2/2] webkitgtk: fix host dependencies Francois Perrad
2018-12-25 17:57   ` Adrian Perez de Castro
2019-01-01 16:00   ` Peter Korsgaard
2018-12-25 17:46 ` [Buildroot] [PATCH 1/2] webkitgtk: remove an old workaround Adrian Perez de Castro
2018-12-26 14:11 ` Thomas Petazzoni
2019-01-01 16:00 ` Peter Korsgaard

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