[Buildroot] [PATCH] gstreamer: add xorg support

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Jun 3 13:23:51 UTC 2012


Le Sun,  3 Jun 2012 13:29:52 +0100,
spdawson at gmail.com a écrit :

> +ifeq ($(BR2_PACKAGE_XORG7),y)
> +GST_PLUGINS_BASE_DEPENDENCIES += xserver_xorg-server
> +GST_PLUGINS_BASE_CONF_OPT += \
> +	--enable-x \
> +	--enable-xshm \
> +	--enable-xvideo
> +else
> +GST_PLUGINS_BASE_CONF_OPT += \
> +	--disable-x \
> +	--disable-xshm \
> +	--disable-xvideo
> +endif

Are you sure that the dependency is on xserver_xorg-server? I would
rather suspect that the real dependency is on a certain set of X11
client libraries (libX11 for the core protocol, libXv fdor the Xvideo
extension, etc.).

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com


More information about the buildroot mailing list