xorg-server: disable libunwind on aarch64.

This commit is contained in:
Christian Neukirchen 2015-07-09 12:01:22 +00:00
parent 0f3b729b08
commit b4b520b537
1 changed files with 10 additions and 2 deletions

View File

@ -7,7 +7,7 @@ build_style=gnu-configure
configure_args="--enable-ipv6 --enable-record --enable-xorg
--enable-xnest --enable-xephyr --enable-composite --enable-xvfb
--disable-static --disable-config-hal --disable-xfbdev --disable-xfake
--enable-libunwind --enable-config-udev --enable-config-udev-kms
--enable-config-udev --enable-config-udev-kms
--with-xkb-path=/usr/share/X11/xkb --with-xkb-output=/var/lib/xkb
--with-fontrootdir=/usr/share/fonts/X11 --with-sha1=libcrypto
--disable-dmx --disable-xfree86-utils --enable-kdrive-mouse
@ -26,7 +26,7 @@ lib32disabled=yes
hostmakedepends="pkg-config perl flex"
makedepends="
libunwind-devel damageproto inputproto glproto xproto presentproto
damageproto inputproto glproto xproto presentproto
dri2proto dri3proto xf86driproto randrproto videoproto compositeproto scrnsaverproto
resourceproto xineramaproto xcmiscproto bigreqsproto xcb-util-devel
xcb-util-image-devel xcb-util-keysyms-devel xcb-util-wm-devel libudev-devel
@ -54,6 +54,14 @@ i686*|x86_64*)
;;
esac
case "$XBPS_TARGET_MACHINE" in
aarch64*) ;;
*)
configure_args+=" --enable-libunwind"
makedepends+=" libunwind-devel"
;;
esac
conf_files="/etc/X11/Xwrapper.config"
pre_configure() {