mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 05:18:25 +02:00
Actually require bigfontproto when it's enabled. Bug #13710.
This commit is contained in:
parent
29b3b88dc7
commit
ad8ffbe7cb
1 changed files with 1 additions and 0 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue