Commit 93d0c5e0 authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Peter Korsgaard
Browse files
parent 9f6633f1
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -144,7 +144,9 @@ ifeq ($(BR2_PACKAGE_FREETYPE),y)
XSERVER_XORG_SERVER_DEPENDENCIES += freetype
endif

ifeq ($(BR2_PACKAGE_LIBUNWIND),y)
# libunwind support is broken on mips64
# https://bugs.freedesktop.org/show_bug.cgi?id=79939
ifeq ($(BR2_PACKAGE_LIBUNWIND)-$(BR2_mips64el),y-)
XSERVER_XORG_SERVER_DEPENDENCIES += libunwind
else
XSERVER_XORG_SERVER_CONF_OPTS += --disable-libunwind