libxcb: enable xinput/xkb.
This commit is contained in:
parent
8f276a60bb
commit
d99825448c
2 changed files with 5 additions and 3 deletions
|
@ -242,6 +242,8 @@ libxcb-dri2.so.0 libxcb-1.2_1
|
|||
libxcb-xevie.so.0 libxcb-1.2_1
|
||||
libxcb-xfixes.so.0 libxcb-1.2_1
|
||||
libxcb-xvmc.so.0 libxcb-1.2_1
|
||||
libxcb-xkb.so.0 libxcb-1.9.1_1
|
||||
libxcb-xinput.so.0 libxcb-1.9.1_1
|
||||
libXdmcp.so.6 libXdmcp-1.0.2_1
|
||||
libpolkit-gobject-1.so.0 polkit-0.99_1
|
||||
libpolkit-agent-1.so.0 polkit-0.99_1
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Template build file for 'libxcb'.
|
||||
pkgname=libxcb
|
||||
version=1.9.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-build-docs --disable-static"
|
||||
configure_args="--disable-build-docs --disable-static --enable-xinput --enable-xkb"
|
||||
hostmakedepends="pkg-config python libxslt docbook-xsl"
|
||||
makedepends="xcb-proto>=1.8 libXdmcp-devel libXau-devel"
|
||||
short_desc="X protocol C-language Binding"
|
||||
|
@ -22,7 +22,7 @@ if [ "$CROSS_BUILD" ]; then
|
|||
fi
|
||||
|
||||
libxcb-devel_package() {
|
||||
depends="libXdmcp-devel libXau-devel libxcb>=${version}"
|
||||
depends="libXdmcp-devel libXau-devel libxcb>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Add table
Reference in a new issue