mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
package/webkitgtk: remove an old workaround
fixed upstream by https://trac.webkit.org/changeset/220007/webkit Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Acked-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
0b7ada5558
commit
bd52bed3a4
@ -39,13 +39,9 @@ WEBKITGTK_CONF_OPTS += \
|
|||||||
-DENABLE_WEB_AUDIO=ON
|
-DENABLE_WEB_AUDIO=ON
|
||||||
WEBKITGTK_DEPENDENCIES += gstreamer1 gst1-libav gst1-plugins-base gst1-plugins-good
|
WEBKITGTK_DEPENDENCIES += gstreamer1 gst1-libav gst1-plugins-base gst1-plugins-good
|
||||||
else
|
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 += \
|
WEBKITGTK_CONF_OPTS += \
|
||||||
-DENABLE_VIDEO=OFF \
|
-DENABLE_VIDEO=OFF \
|
||||||
-DENABLE_WEB_AUDIO=OFF \
|
-DENABLE_WEB_AUDIO=OFF
|
||||||
-DENABLE_MEDIA_STREAM=OFF
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_WEBKITGTK_WEBDRIVER),y)
|
ifeq ($(BR2_PACKAGE_WEBKITGTK_WEBDRIVER),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user