diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2014-08-02 11:18:32 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-08-03 10:19:36 +0200 |
commit | 08bc4e1b039b54e640e6e739eca734429f948169 (patch) | |
tree | c836e5ed18379f06c430c4c52b22a80796381753 | |
parent | 8a138ae185b4587044aa64226c3a77276652a966 (diff) | |
download | buildroot-08bc4e1b039b54e640e6e739eca734429f948169.tar.gz buildroot-08bc4e1b039b54e640e6e739eca734429f948169.zip |
libxcb: Bump version to 1.11
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/x11r7/libxcb/libxcb.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/x11r7/libxcb/libxcb.mk b/package/x11r7/libxcb/libxcb.mk index e955248140..a8395bb199 100644 --- a/package/x11r7/libxcb/libxcb.mk +++ b/package/x11r7/libxcb/libxcb.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBXCB_VERSION = 1.10 +LIBXCB_VERSION = 1.11 LIBXCB_SOURCE = libxcb-$(LIBXCB_VERSION).tar.bz2 LIBXCB_SITE = http://xcb.freedesktop.org/dist LIBXCB_LICENSE = MIT |