wok-6.x diff libxcb/receipt @ rev 16193
Add libxkbcommon and up libxcb with xkb support
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Mar 30 21:43:58 2014 +0200 (2014-03-30) |
parents | 73fb2ebfd59a |
children | e6bbb8cc0677 |
line diff
1.1 --- a/libxcb/receipt Thu Mar 06 00:03:58 2014 +0100 1.2 +++ b/libxcb/receipt Sun Mar 30 21:43:58 2014 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libxcb" 1.7 -VERSION="1.9.1" 1.8 +VERSION="1.10" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="A C binding to the X11 protocol" 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -29,6 +29,7 @@ 1.13 autoreconf -fi && 1.14 ./configure \ 1.15 --enable-xinput \ 1.16 + --enable-xkb \ 1.17 --disable-build-docs \ 1.18 --disable-static \ 1.19 $CONFIGURE_ARGS &&