gstreamer1: add explicit libunwind support
It's a new feature for 1.10.0+, however it doesn't have an enable/disable configure switch so just handle the dependency. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
7561c512a3
commit
bef9a1fbeb
@ -34,6 +34,11 @@ GSTREAMER1_CONF_OPTS = \
|
||||
$(if $(BR2_PACKAGE_GSTREAMER1_PLUGIN_REGISTRY),,--disable-registry) \
|
||||
$(if $(BR2_PACKAGE_GSTREAMER1_INSTALL_TOOLS),,--disable-tools)
|
||||
|
||||
GSTREAMER1_DEPENDENCIES = libglib2 host-pkgconf host-bison host-flex
|
||||
GSTREAMER1_DEPENDENCIES = \
|
||||
host-bison \
|
||||
host-flex \
|
||||
host-pkgconf \
|
||||
libglib2 \
|
||||
$(if $(BR2_PACKAGE_LIBUNWIND),libunwind)
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
Loading…
Reference in New Issue
Block a user