all repos — fluxbox @ 8e2f1d3d612f03446434c4de084033a851a22350

custom fork of the fluxbox windowmanager

Xft option
fluxgen fluxgen
commit

8e2f1d3d612f03446434c4de084033a851a22350

parent

e1f9f6ad3d6ac307c0fa64839e9a9925e3716cb2

1 files changed, 14 insertions(+), 0 deletions(-)

jump to
M configure.inconfigure.in

@@ -228,6 +228,20 @@ fi,

AC_MSG_RESULT([no]) ) +AC_MSG_CHECKING([whether to have Xft support]) +AC_ARG_ENABLE( + xft, +[ --enable-xft Xft (antialias) support [default=no]], + if test x$enableval = "xyes"; then + AC_MSG_RESULT([yes]) + AC_DEFINE(USE_XFT, 1, "antialias support") + LIBS="$LIBS -lXft" + else + AC_MSG_RESULT([no]) + fi, + AC_MSG_RESULT([no]) +) + dnl Check for Xinerama support AC_MSG_CHECKING([whether to build support for the Xinerama extension])