summaryrefslogtreecommitdiffstats
path: root/abs/core/libxcb/libxcb-1.1-no-pthread-stubs.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-04-06 01:09:51 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-04-06 01:09:51 (GMT)
commitf79a2ecd618927f642f36d4d5f827ac208a6528c (patch)
treebec6ac5120b93044871226f60444675412e72fea /abs/core/libxcb/libxcb-1.1-no-pthread-stubs.patch
parentdbb7a452156d0ab29d00647421d0ebf3138a7920 (diff)
downloadlinhes_pkgbuild-f79a2ecd618927f642f36d4d5f827ac208a6528c.zip
linhes_pkgbuild-f79a2ecd618927f642f36d4d5f827ac208a6528c.tar.gz
linhes_pkgbuild-f79a2ecd618927f642f36d4d5f827ac208a6528c.tar.bz2
libxcb: initial inclusion. dep of mesa. refs #964
Diffstat (limited to 'abs/core/libxcb/libxcb-1.1-no-pthread-stubs.patch')
-rw-r--r--abs/core/libxcb/libxcb-1.1-no-pthread-stubs.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/libxcb/libxcb-1.1-no-pthread-stubs.patch b/abs/core/libxcb/libxcb-1.1-no-pthread-stubs.patch
index 8e8162f..52c22ab 100644
--- a/abs/core/libxcb/libxcb-1.1-no-pthread-stubs.patch
+++ b/abs/core/libxcb/libxcb-1.1-no-pthread-stubs.patch
@@ -1,9 +1,9 @@
--- libxcb-1.8.1/configure.ac 2012-03-09 15:38:38.000000000 +0100
+++ libxcb-1.8.1/configure.ac.new 2012-03-09 16:50:40.107109896 +0100
-@@ -35,7 +35,7 @@
+@@ -43,7 +43,7 @@
# Checks for pkg-config packages
- PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.7)
+ PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.10)
-NEEDED="pthread-stubs xau >= 0.99.2"
+NEEDED="xau >= 0.99.2"
PKG_CHECK_MODULES(NEEDED, $NEEDED)