diff options
author | Fabian Vogt <fvogt@suse.de> | 2023-01-31 10:22:52 +0100 |
---|---|---|
committer | Fabian Vogt <fvogt@suse.de> | 2023-02-01 09:34:04 +0100 |
commit | bfd2bb4f70d2c155c1bd281ce0ea6b106ec0e2fb (patch) | |
tree | 84a3d4ce39dc06efc665799f9fef0629350eff74 /configure.ac | |
parent | 14b042d2061409540c6f645271bf562d15cc14cb (diff) |
Avoid depending on xproto
makedepend is rather early in the distro bootstrap chain, so it shouldn't pull
in anything it doesn't really need.
xproto is only pulled in for two macros which we can just as easily provide
ourselves.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 6cf0e3a..424cbcf 100644 --- a/configure.ac +++ b/configure.ac @@ -30,8 +30,5 @@ AC_CHECK_FUNCS([rename fchmod reallocarray]) dnl Use 64-bit file operations on 32-bit systems that support them AC_SYS_LARGEFILE -dnl Check for pkg-config packages -PKG_CHECK_MODULES(X, [xproto >= 7.0.17]) - AC_CONFIG_FILES([Makefile]) AC_OUTPUT |