diff options
-rw-r--r-- | main/libxcb/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libxcb/APKBUILD b/main/libxcb/APKBUILD index d8e5ac952c..d1275f04d2 100644 --- a/main/libxcb/APKBUILD +++ b/main/libxcb/APKBUILD @@ -5,7 +5,7 @@ pkgrel=1 pkgdesc="X11 client-side library" url="http://xcb.freedesktop.org/" license="custom" -depends="xcb-proto>=1.6" +depends="xcb-proto" 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 |