mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
xserver_xorg-server: add optional libunwind support
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
abf58f46ce
commit
f4826ed561
@ -138,6 +138,12 @@ ifeq ($(BR2_PACKAGE_FREETYPE),y)
|
|||||||
XSERVER_XORG_SERVER_DEPENDENCIES += freetype
|
XSERVER_XORG_SERVER_DEPENDENCIES += freetype
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBUNWIND),y)
|
||||||
|
XSERVER_XORG_SERVER_DEPENDENCIES += libunwind
|
||||||
|
else
|
||||||
|
XSERVER_XORG_SERVER_CONF_OPT += --disable-libunwind
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_XPROTO_RECORDPROTO),y)
|
ifeq ($(BR2_PACKAGE_XPROTO_RECORDPROTO),y)
|
||||||
XSERVER_XORG_SERVER_DEPENDENCIES += xproto_recordproto
|
XSERVER_XORG_SERVER_DEPENDENCIES += xproto_recordproto
|
||||||
XSERVER_XORG_SERVER_CONF_OPT += --enable-record
|
XSERVER_XORG_SERVER_CONF_OPT += --enable-record
|
||||||
|
Loading…
x
Reference in New Issue
Block a user