summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-02-23 16:04:06 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-02-23 16:04:06 -0200
commit70bb6d12f8d0050be696e653257295602551e562 (patch)
tree1b747ceb42963de254635eb29ce2418cba64dc60
parent33defb7e213d46c56d764997023a408d637c00e1 (diff)
xorg-server-1.17.1-3.parabola1: add libunwind dependency, to produce better backtrace
-rw-r--r--libre/xorg-server/PKGBUILD7
1 files 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 <andyrtr@archlinux.org>
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Maintainer (Parabola): Márcio Silva <coadde@parabola.nu>
@@ -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 \