mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-07 22:38:15 +02:00
Check for bigfont proto headers via pkgconfig (Arwed von Merkatz)
This commit is contained in:
parent
afdae2e8cc
commit
3305da61a6
1 changed files with 4 additions and 1 deletions
|
|
@ -173,13 +173,16 @@ if test "x$XLOCALEDIR" == "xno"; then
|
|||
fi
|
||||
AC_MSG_RESULT($XLOCALEDIR)
|
||||
|
||||
AC_MSG_CHECKING([if XF86BigFont support should be enabled])
|
||||
AC_ARG_ENABLE(xf86bigfont,
|
||||
AC_HELP_STRING([--disable-xf86bigfont],
|
||||
[Disable XF86BigFont extension support]),
|
||||
[XF86BIGFONT=$enableval],[XF86BIGFONT="yes"])
|
||||
if test "x$XF86BIGFONT" == "xyes"; then
|
||||
PKG_CHECK_MODULES(BIGFONTPROTO, xf86bigfontproto
|
||||
AC_DEFINE(XF86BIGFONT,1,[Enable XF86BIGFONT extension])
|
||||
X11_CFLAGS="$X11_CFLAGS $BIGFONTPROTO_CFLAGS"
|
||||
X11_LIBS="$X11_LIBS $BIGFONTPROTO_CFLAGS",
|
||||
XF86BIGFONT="no")
|
||||
fi
|
||||
AC_MSG_RESULT($XF86BIGFONT)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue