summaryrefslogtreecommitdiff
path: root/package/libxcb/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-24 14:59:22 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-24 14:59:22 +0200
commitd1ee3be7f4b966174d673876f961b44e37b4c85a (patch)
treed1dca9d3273dcf9eae0a72355b101bce1f1c9060 /package/libxcb/Makefile
parentf082cffba0eac8316ec58164ee215e75c8a364ed (diff)
add host build infrastructure; convert file, ncurses, glib and ruby to it. remove unneeded hacks for openldap and mesalib
Diffstat (limited to 'package/libxcb/Makefile')
-rw-r--r--package/libxcb/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/libxcb/Makefile b/package/libxcb/Makefile
index ba6d72c29..f394cc10f 100644
--- a/package/libxcb/Makefile
+++ b/package/libxcb/Makefile
@@ -4,13 +4,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:= libxcb
-PKG_VERSION:= 1.7
-PKG_RELEASE:= 2
-PKG_MD5SUM:= f715e53c9c1b25f856d14d6123663d96
+PKG_VERSION:= 1.9.1
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 324c76024a73dba8a902638696ba87de
PKG_DESCR:= X11 keyboard library
PKG_SECTION:= x11/libs
PKG_BUILDDEP:= python2 libpthread-stubs libxslt libXau xcb-proto
-PKG_SITES:= ${MASTER_SITE_XORG}
+PKG_SITES:= http://xcb.freedesktop.org/dist/
PKG_OPTS:= dev
include $(TOPDIR)/mk/package.mk