summaryrefslogtreecommitdiff
path: root/libxcb-pthread-stub.patch
blob: fee4d76731240720f31851791f1db14525476514 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/configure.ac.pthread	2016-02-01 16:07:19.640980915 +0100
+++ b/configure.ac	2016-02-01 16:07:21.132963219 +0100
@@ -51,7 +51,7 @@
 
 # Checks for pkg-config packages
 PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.11)
-NEEDED="pthread-stubs xau >= 0.99.2"
+NEEDED="xau >= 0.99.2"
 PKG_CHECK_MODULES(NEEDED, $NEEDED)
 
 have_xdmcp="no"