mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
xserver_xorg-server: enable libunwind for MIPS with 32-bit pointers
libunwind support was broken for MIPS variants with 32-bit pointers so we disabled it: http://lists.busybox.net/pipermail/buildroot/2014-December/114404.html But now we have a patch to fix that problem so we can enable it again. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
367a50d7c5
commit
b58d58c74a
@ -145,9 +145,7 @@ ifeq ($(BR2_PACKAGE_FREETYPE),y)
|
|||||||
XSERVER_XORG_SERVER_DEPENDENCIES += freetype
|
XSERVER_XORG_SERVER_DEPENDENCIES += freetype
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# libunwind support is broken on all MIPS variants with 32-bit pointers
|
ifeq ($(BR2_PACKAGE_LIBUNWIND),y)
|
||||||
# https://bugs.freedesktop.org/show_bug.cgi?id=79939
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBUNWIND)-$(BR2_MIPS_OABI32)-$(BR2_MIPS_NABI32),y--)
|
|
||||||
XSERVER_XORG_SERVER_DEPENDENCIES += libunwind
|
XSERVER_XORG_SERVER_DEPENDENCIES += libunwind
|
||||||
XSERVER_XORG_SERVER_CONF_OPTS += --enable-libunwind
|
XSERVER_XORG_SERVER_CONF_OPTS += --enable-libunwind
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user