|
@@ -145,9 +145,7 @@ ifeq ($(BR2_PACKAGE_FREETYPE),y)
|
|
|
XSERVER_XORG_SERVER_DEPENDENCIES += freetype
|
|
|
endif
|
|
|
|
|
|
-# libunwind support is broken on all MIPS variants with 32-bit pointers
|
|
|
-# https://bugs.freedesktop.org/show_bug.cgi?id=79939
|
|
|
-ifeq ($(BR2_PACKAGE_LIBUNWIND)-$(BR2_MIPS_OABI32)-$(BR2_MIPS_NABI32),y--)
|
|
|
+ifeq ($(BR2_PACKAGE_LIBUNWIND),y)
|
|
|
XSERVER_XORG_SERVER_DEPENDENCIES += libunwind
|
|
|
XSERVER_XORG_SERVER_CONF_OPTS += --enable-libunwind
|
|
|
else
|