main/libxcb: dev package needs xcb-proto

This commit is contained in:
Natanael Copa 2012-09-16 10:15:26 +00:00
parent 324831e86f
commit 42267042ca

View File

@ -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