diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-21 16:09:47 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-21 16:21:25 +0100 |
commit | fc6cbda8bc99732c882bebfbcb70c56a9dbaa6b6 (patch) | |
tree | 29e01c0b5858a5b0e31b8240e0b18c1374b9cf39 /package/libxcb | |
parent | 6242087c99b37f06756fd921411538889199f5ae (diff) |
chocolate-doom: add new package, add all dependencies and updates required to build
Diffstat (limited to 'package/libxcb')
-rw-r--r-- | package/libxcb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libxcb/Makefile b/package/libxcb/Makefile index 7e5c3c00e..5dbd1b4b5 100644 --- a/package/libxcb/Makefile +++ b/package/libxcb/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= libxcb -PKG_VERSION:= 1.14 +PKG_VERSION:= 1.16 PKG_RELEASE:= 1 -PKG_HASH:= 2c7fcddd1da34d9b238c9caeda20d3bd7486456fc50b3cc6567185dbd5b0ad02 +PKG_HASH:= bc0f75f84b28e6496a19a1d094d7e47def861a50cb7cce5b23b62eecdc2a4479 PKG_DESCR:= interface to the x window system protocol PKG_SECTION:= x11/libs PKG_BUILDDEP:= python3 libpthread-stubs libxslt libXau xcb-proto |