From b404364cd1bf00461eb88b0a87be84796e95dd09 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aur=C3=A9lien=20Larcher?= Date: Mon, 8 Feb 2016 16:25:49 +0100 Subject: [PATCH] Bump libxcb to 1.11.1 --- components/x11/libxcb/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/components/x11/libxcb/Makefile b/components/x11/libxcb/Makefile index 94d88bc3f..9da92fd18 100644 --- a/components/x11/libxcb/Makefile +++ b/components/x11/libxcb/Makefile @@ -23,13 +23,14 @@ include ../../../make-rules/shared-macros.mk COMPONENT_NAME= libxcb -COMPONENT_VERSION= 1.11 +COMPONENT_VERSION= 1.11.1 COMPONENT_FMRI= x11/library/libxcb COMPONENT_CLASSIFICATION= System/X11 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_PROJECT_URL= http://xcb.freedesktop.org COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2 -COMPONENT_ARCHIVE_HASH= sha256:03635d70045b9ede90778e67516135828a57de87ac508f987024f43c03620ff7 +COMPONENT_ARCHIVE_HASH= \ + sha256:b720fd6c7d200e5371affdb3f049cc8f88cff9aed942ff1b824d95eedbf69d30 COMPONENT_ARCHIVE_URL= http://xcb.freedesktop.org/dist/$(COMPONENT_ARCHIVE) COMPONENT_LICENSE= MIT COMPONENT_LICENSE_FILE= $(COMPONENT_NAME).license @@ -39,6 +40,9 @@ include $(WS_TOP)/make-rules/prep.mk include $(WS_TOP)/make-rules/configure.mk include $(WS_TOP)/make-rules/ips.mk +CONFIGURE_OPTIONS+= --disable-static +CONFIGURE_OPTIONS+= --enable-shared + build: $(BUILD_32_and_64) install: $(INSTALL_32_and_64) -- 2.11.4.GIT