0642953bdd
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>
12 lines
295 B
Plaintext
12 lines
295 B
Plaintext
config BR2_PACKAGE_GSTREAMER
|
|
bool "gstreamer"
|
|
depends on BR2_USE_WCHAR # glib2
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
help
|
|
GStreamer is an open source multimedia framework.
|
|
|
|
http://gstreamer.freedesktop.org/
|
|
|
|
comment "gstreamer requires a toolchain with WCHAR support"
|
|
depends on !BR2_USE_WCHAR
|