[Buildroot] [PATCH 1/1] package/wpewebkit: fix gstreamer-gl dependency

Thomas Petazzoni thomas.petazzoni at bootlin.com
Wed Aug 7 13:20:34 UTC 2019


On Tue,  6 Aug 2019 22:45:11 -0600
James Hilliard <james.hilliard1 at gmail.com> wrote:

>  ifeq ($(BR2_PACKAGE_WPEWEBKIT_USE_GSTREAMER_GL),y)
>  WPEWEBKIT_CONF_OPTS += -DUSE_GSTREAMER_GL=ON
> +WPEWEBKIT_DEPENDENCIES += gst1-plugins-base

This addition is not needed: gst1-plugins-base is already added to
DEPENDENCIES when BR2_PACKAGE_WPEWEBKIT_MULTIMEDIA=y, and
BR2_PACKAGE_WPEWEBKIT_USE_GSTREAMER_GL depends on
BR2_PACKAGE_WPEWEBKIT_MULTIMEDIA.

Applied with this fixed. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list