summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hein <jhein@timing.com>2009-01-30 21:30:35 -0800
committerEric Anholt <eric@anholt.net>2009-02-01 09:06:43 -0800
commitad8ffbe7cb50387e6a9cc4a24fea0d9c13b7bfc8 (patch)
treedad5c8133c0dae3932acaf6398f20a814c412917
parent29b3b88dc744f4919c6709747ddb7baac47486c5 (diff)
Actually require bigfontproto when it's enabled. Bug #13710.
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e27140bcf..65e2667b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -970,6 +970,7 @@ fi
AM_CONDITIONAL(XF86BIGFONT, [test "x$XF86BIGFONT" = xyes])
if test "x$XF86BIGFONT" = xyes; then
AC_DEFINE(XF86BIGFONT, 1, [Support XF86 Big font extension])
+ REQUIRED_MODULES="$REQUIRED_MODULES xf86bigfontproto"
fi
AM_CONDITIONAL(DPMSExtension, [test "x$DPMSExtension" = xyes])