mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
weston: add optional libunwind support
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
f4826ed561
commit
ee7d28a539
@ -26,8 +26,13 @@ WESTON_CONF_OPT = \
|
|||||||
--disable-wayland-compositor \
|
--disable-wayland-compositor \
|
||||||
--disable-headless-compositor \
|
--disable-headless-compositor \
|
||||||
--disable-weston-launch \
|
--disable-weston-launch \
|
||||||
--disable-colord \
|
--disable-colord
|
||||||
--disable-libunwind
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBUNWIND),y)
|
||||||
|
WESTON_DEPENDENCIES += libunwind
|
||||||
|
else
|
||||||
|
WESTON_CONF_OPT += --disable-libunwind
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_WESTON_FBDEV),y)
|
ifeq ($(BR2_PACKAGE_WESTON_FBDEV),y)
|
||||||
WESTON_CONF_OPT += --enable-fbdev-compositor
|
WESTON_CONF_OPT += --enable-fbdev-compositor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user