diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ae19a4a..48774b2 100644 --- a/configure.ac +++ b/configure.ac @@ -38,6 +38,8 @@ XORG_DEFAULT_OPTIONS XORG_WITH_LINT +PKG_CHECK_MODULES(BDFTOPCF, [xproto >= 7.0.22 fontsproto >= 2.1.3]) + AC_CONFIG_FILES([ Makefile man/Makefile]) |