diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2017-12-10 13:48:00 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2017-12-10 20:38:21 +0100 |
commit | abf4bc86b696a41eb9183432bc1bbe84ae037194 (patch) | |
tree | 7177c3037d52b1af6f895e484004c9157b530c8f /configure.ac | |
parent | c0b7d0b4a8436145f3fddc78d2452d7c720cce8b (diff) |
Depend on xproto and fsproto that are now used.
Signed-off-by: Matthieu Herrb <matthieu@herrb.eu>
Reviewed-by: Matt Turner <mattst88@gmail.com>
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]) |