From 70bb6d12f8d0050be696e653257295602551e562 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 23 Feb 2015 16:04:06 -0200 Subject: xorg-server-1.17.1-3.parabola1: add libunwind dependency, to produce better backtrace --- libre/xorg-server/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libre/xorg-server/PKGBUILD b/libre/xorg-server/PKGBUILD index 23d5e83ec..1aa74bf6e 100644 --- a/libre/xorg-server/PKGBUILD +++ b/libre/xorg-server/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 231711 2015-02-21 13:38:48Z lcarlier $ +# $Id: PKGBUILD 231799 2015-02-22 13:05:35Z lcarlier $ # Maintainer: AndyRTR # Maintainer: Jan de Groot # Maintainer (Parabola): Márcio Silva @@ -6,7 +6,7 @@ pkgbase=xorg-server pkgname=('xorg-server') pkgver=1.17.1 -pkgrel=2.parabola1 # build first with 0.1 and then rebuild it after xf86-input-evdev rebuild +pkgrel=3.parabola1 # build first with 0.1 and then rebuild it after xf86-input-evdev rebuild arch=('i686' 'x86_64' 'mips64el') license=('custom') url="http://xorg.freedesktop.org" @@ -16,7 +16,7 @@ makedepends=('pixman' 'libx11' 'mesa' 'mesa-libgl' 'xf86driproto' 'xcmiscproto' 'xf86dgaproto' 'libxmu' 'libxrender' 'libxi' 'dmxproto' 'libxaw' 'libdmx' 'libxtst' 'libxres' 'xorg-xkbcomp' 'xorg-util-macros' 'xorg-font-util' 'glproto' 'dri2proto' 'libgcrypt' 'libepoxy' 'xcb-util' 'xcb-util-image' 'xcb-util-renderutil' 'xcb-util-wm' 'xcb-util-keysyms' 'dri3proto' - 'libxshmfence') + 'libxshmfence' 'libunwind') source=(${url}/releases/individual/xserver/${pkgbase}-${pkgver}.tar.bz2{,.sig} xvfb-run xvfb-run.1 @@ -69,6 +69,7 @@ build() { --enable-xnest \ --enable-composite \ --enable-xcsecurity \ + --enable-libunwind \ --enable-xorg \ --enable-xephyr \ --enable-glamor \ -- cgit v1.2.3-54-g00ecf