aboutsummaryrefslogtreecommitdiffstats
path: root/main/libxcb
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-09-16 10:15:26 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-09-16 10:15:26 +0000
commit42267042ca2b03e44ef82ea02adb8dcc6577a46f (patch)
treedeb2c5a83194aa6454bd88e677dc5a4c48967b41 /main/libxcb
parent324831e86fc345017fffa2fa8c1495cb05e12daf (diff)
downloadaports-42267042ca2b03e44ef82ea02adb8dcc6577a46f.tar.bz2
aports-42267042ca2b03e44ef82ea02adb8dcc6577a46f.tar.xz
main/libxcb: dev package needs xcb-proto
Diffstat (limited to 'main/libxcb')
-rw-r--r--main/libxcb/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/libxcb/APKBUILD b/main/libxcb/APKBUILD
index 786a8e2438..36713d7293 100644
--- a/main/libxcb/APKBUILD
+++ b/main/libxcb/APKBUILD
@@ -1,17 +1,17 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libxcb
pkgver=1.8.1
-pkgrel=0
+pkgrel=1
pkgdesc="X11 client-side library"
url="http://xcb.freedesktop.org/"
arch="all"
license="custom"
depends=
subpackages="$pkgname-dev $pkgname-doc"
-makedepends="xcb-proto libxdmcp-dev libxau-dev libxslt libpthread-stubs python"
+depends_dev="libpthread-stubs libxau-dev libxdmcp-dev xcb-proto"
+makedepends="$depends_dev libxslt python"
source="http://xcb.freedesktop.org/dist/$pkgname-$pkgver.tar.bz2
"
-depends_dev="libpthread-stubs libxau-dev libxdmcp-dev"
build() {
cd "$srcdir"/$pkgname-$pkgver