aboutsummaryrefslogtreecommitdiff
path: root/depends/patches/libX11/configure.ac
diff options
context:
space:
mode:
authorCarl Dong <contact@carldong.me>2019-07-18 17:43:06 -0400
committerCarl Dong <contact@carldong.me>2019-07-18 17:43:06 -0400
commit0c55d8b58186ba69fffc147cd02b174450dac578 (patch)
treefa16bd87dc3b9230dd9d6ec6f06de6ef1447b56c /depends/patches/libX11/configure.ac
parent222e6cc52075cf6f866ce4a2e5900f0d6358f903 (diff)
downloadbitcoin-0c55d8b58186ba69fffc147cd02b174450dac578.tar.xz
depends: qt: Patch to remove dep on libX11
We can actually patch QT to remove its dependency on libX11's headers. It turns it this wasn't that hard.
Diffstat (limited to 'depends/patches/libX11/configure.ac')
-rw-r--r--depends/patches/libX11/configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/depends/patches/libX11/configure.ac b/depends/patches/libX11/configure.ac
deleted file mode 100644
index 1c3bd41b3f..0000000000
--- a/depends/patches/libX11/configure.ac
+++ /dev/null
@@ -1,6 +0,0 @@
-AC_PREREQ([2.60])
-AC_INIT([libX11], [1.6.2],
- [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libX11])
-AM_INIT_AUTOMAKE([foreign])
-AC_CONFIG_FILES([include/Makefile])
-AC_OUTPUT