mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/libxcb: dev package needs xcb-proto
This commit is contained in:
parent
324831e86f
commit
42267042ca
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user