mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
xorg-server: disable libunwind on aarch64.
This commit is contained in:
parent
0f3b729b08
commit
b4b520b537
1 changed files with 10 additions and 2 deletions
|
@ -7,7 +7,7 @@ build_style=gnu-configure
|
||||||
configure_args="--enable-ipv6 --enable-record --enable-xorg
|
configure_args="--enable-ipv6 --enable-record --enable-xorg
|
||||||
--enable-xnest --enable-xephyr --enable-composite --enable-xvfb
|
--enable-xnest --enable-xephyr --enable-composite --enable-xvfb
|
||||||
--disable-static --disable-config-hal --disable-xfbdev --disable-xfake
|
--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-xkb-path=/usr/share/X11/xkb --with-xkb-output=/var/lib/xkb
|
||||||
--with-fontrootdir=/usr/share/fonts/X11 --with-sha1=libcrypto
|
--with-fontrootdir=/usr/share/fonts/X11 --with-sha1=libcrypto
|
||||||
--disable-dmx --disable-xfree86-utils --enable-kdrive-mouse
|
--disable-dmx --disable-xfree86-utils --enable-kdrive-mouse
|
||||||
|
@ -26,7 +26,7 @@ lib32disabled=yes
|
||||||
|
|
||||||
hostmakedepends="pkg-config perl flex"
|
hostmakedepends="pkg-config perl flex"
|
||||||
makedepends="
|
makedepends="
|
||||||
libunwind-devel damageproto inputproto glproto xproto presentproto
|
damageproto inputproto glproto xproto presentproto
|
||||||
dri2proto dri3proto xf86driproto randrproto videoproto compositeproto scrnsaverproto
|
dri2proto dri3proto xf86driproto randrproto videoproto compositeproto scrnsaverproto
|
||||||
resourceproto xineramaproto xcmiscproto bigreqsproto xcb-util-devel
|
resourceproto xineramaproto xcmiscproto bigreqsproto xcb-util-devel
|
||||||
xcb-util-image-devel xcb-util-keysyms-devel xcb-util-wm-devel libudev-devel
|
xcb-util-image-devel xcb-util-keysyms-devel xcb-util-wm-devel libudev-devel
|
||||||
|
@ -54,6 +54,14 @@ i686*|x86_64*)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
aarch64*) ;;
|
||||||
|
*)
|
||||||
|
configure_args+=" --enable-libunwind"
|
||||||
|
makedepends+=" libunwind-devel"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
conf_files="/etc/X11/Xwrapper.config"
|
conf_files="/etc/X11/Xwrapper.config"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue