summaryrefslogtreecommitdiffstats
path: root/x11/libxcb/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libxcb/APKBUILD')
-rw-r--r--x11/libxcb/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/libxcb/APKBUILD b/x11/libxcb/APKBUILD
index 8e048919..5fb36369 100644
--- a/x11/libxcb/APKBUILD
+++ b/x11/libxcb/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libxcb
pkgver=1.1.93
-pkgrel=0
+pkgrel=1
pkgdesc="X11 client-side library"
url="http://xcb.freedesktop.org/"
license="custom"
@@ -10,6 +10,8 @@ subpackages="$pkgname-dev $pkgname-doc"
makedepends="libXdmcp-dev libXau-dev libxslt libpthread-stubs pkgconfig python"
source="http://xcb.freedesktop.org/dist/$pkgname-$pkgver.tar.bz2
"
+depends_dev="libpthread-stubs libXau-dev libXdmcp-dev"
+
build() {
cd "$srcdir"/$pkgname-$pkgver
./configure --prefix=/usr \