core/libxcb/libxcb-1.1-no-pthread-stubs.patch

11 lines
351 B
Diff
Raw Normal View History

2012-09-25 22:51:48 +08:00
--- 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 @@
2010-03-14 23:48:48 +08:00
# Checks for pkg-config packages
2012-09-25 22:51:48 +08:00
PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.7)
2010-03-14 23:48:48 +08:00
-NEEDED="pthread-stubs xau >= 0.99.2"
+NEEDED="xau >= 0.99.2"
PKG_CHECK_MODULES(NEEDED, $NEEDED)
2012-09-25 22:51:48 +08:00
have_xdmcp="no"