bitcoin/depends/patches/libX11/configure.ac
Carl Dong aa53cb7a2f
depends: libX11: Make package headers-only
We're no longer building QT with libX11/XLib, however, libX11/XLib
headers are still required for parts of QT. In this commit we add a
minimal configure.ac for libX11/XLib that is headers-only.

This change allows us to remove all of libX11/XLib's dependencies.
2019-07-17 17:04:40 -04:00

7 lines
196 B
Plaintext

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