summaryrefslogtreecommitdiff
path: root/libxcb-pthread-stub.patch
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-02-04 10:17:16 +0100
committerAlexander Larsson <alexl@redhat.com>2016-02-04 19:48:30 +0100
commit86e8f8178ca65d4163536bd1cac0893a628465f2 (patch)
tree83d19b5aba14d19e4c15475fc80e0427184b057d /libxcb-pthread-stub.patch
parent30c8ff3444a71562d565cd0a98b9ea54486a1b79 (diff)
Add xdg-app-builder based manifest for building the sdk
Diffstat (limited to 'libxcb-pthread-stub.patch')
-rw-r--r--libxcb-pthread-stub.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/libxcb-pthread-stub.patch b/libxcb-pthread-stub.patch
new file mode 100644
index 0000000..fee4d76
--- /dev/null
+++ b/libxcb-pthread-stub.patch
@@ -0,0 +1,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"