diff --git a/srcpkgs/libxcb/template b/srcpkgs/libxcb/template index 0f8ab556424..73ca6d5aa00 100644 --- a/srcpkgs/libxcb/template +++ b/srcpkgs/libxcb/template @@ -1,9 +1,9 @@ # Template file for 'libxcb' pkgname=libxcb version=1.14 -revision=1 +revision=2 build_style=gnu-configure -configure_args="--disable-build-docs --disable-static --enable-xinput --enable-xkb" +configure_args="--disable-build-docs --enable-xinput --enable-xkb" hostmakedepends="libtool pkg-config xorg-util-macros xcb-proto" makedepends="xcb-proto libXdmcp-devel libXau-devel" short_desc="X protocol C-language Binding" @@ -25,5 +25,6 @@ libxcb-devel_package() { vmove usr/share vmove usr/lib/pkgconfig vmove "usr/lib/*.so" + vmove "usr/lib/*.a" } }