mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/wpewebkit: remove gst1-plugins-good from dependencies
This is only a runtime dependency not a build dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Reviewed-by: Adrian perez de Castro <aperez@igalia.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
b97e8a79f9
commit
56933c402e
@@ -39,7 +39,7 @@ ifeq ($(BR2_PACKAGE_WPEWEBKIT_MULTIMEDIA),y)
|
||||
WPEWEBKIT_CONF_OPTS += \
|
||||
-DENABLE_VIDEO=ON \
|
||||
-DENABLE_WEB_AUDIO=ON
|
||||
WPEWEBKIT_DEPENDENCIES += gstreamer1 gst1-libav gst1-plugins-base gst1-plugins-good
|
||||
WPEWEBKIT_DEPENDENCIES += gstreamer1 gst1-libav gst1-plugins-base
|
||||
else
|
||||
WPEWEBKIT_CONF_OPTS += \
|
||||
-DENABLE_VIDEO=OFF \
|
||||
|
||||
Reference in New Issue
Block a user