diff options
Diffstat (limited to 'depends/patches')
-rw-r--r-- | depends/patches/libX11/configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/depends/patches/libX11/configure.ac b/depends/patches/libX11/configure.ac new file mode 100644 index 0000000000..1c3bd41b3f --- /dev/null +++ b/depends/patches/libX11/configure.ac @@ -0,0 +1,6 @@ +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 |