From 260dc2c8828c70b0e147ea394f38e9ee6dc69ee3 Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Fri, 6 Feb 2026 13:18:21 +0500 Subject: wip --- config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index 6bb7a27c2..09b29ce16 100644 --- a/config.h +++ b/config.h @@ -105,9 +105,12 @@ * USE_PANGO * * Use the pango library to draw UTF-8 text. + * Can be overridden via -DUSE_PANGO=0 for pure Xlib+Xft build. */ +#ifndef USE_PANGO #define USE_PANGO 1 +#endif /* * HAVE_XFIXES: -- cgit v1.2.3