mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
gstreamer: remove unnecessary feature
On 0.10.11 the binary-registry was added, on 0.10.12 the libxml2 dependency was dropped when binary-registry was used, on 0.10.18 the binary-registry was made default, and on 0.10.23 it was the only option. So, libxml2 is not needed any more for the registry. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
de597b402b
commit
0642953bdd
@@ -9,9 +9,3 @@ config BR2_PACKAGE_GSTREAMER
|
||||
|
||||
comment "gstreamer requires a toolchain with WCHAR support"
|
||||
depends on !BR2_USE_WCHAR
|
||||
|
||||
config BR2_PACKAGE_GSTREAMER_LIBXML2
|
||||
bool "require libxml2 for registry and load/save"
|
||||
default y
|
||||
select BR2_PACKAGE_LIBXML2
|
||||
depends on BR2_PACKAGE_GSTREAMER
|
||||
|
||||
@@ -19,15 +19,9 @@ endif
|
||||
GSTREAMER_CONF_OPT = \
|
||||
--disable-examples \
|
||||
--disable-tests \
|
||||
--disable-failing-tests
|
||||
--disable-failing-tests \
|
||||
--disable-loadsave
|
||||
|
||||
GSTREAMER_DEPENDENCIES = libglib2 host-pkg-config
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GSTREAMER_LIBXML2),y)
|
||||
GSTREAMER_DEPENDENCIES += libxml2
|
||||
else
|
||||
GSTREAMER_CONF_OPT += \
|
||||
--disable-loadsave
|
||||
endif
|
||||
|
||||
$(eval $(call AUTOTARGETS,package/multimedia,gstreamer))
|
||||
|
||||
Reference in New Issue
Block a user