mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
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_PLUGIN_REGISTRY),,--disable-registry) \
|
||||||
$(if $(BR2_PACKAGE_GSTREAMER1_INSTALL_TOOLS),,--disable-tools)
|
$(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))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user