summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authormaxim nikonov <maxim.nikonov@hqo.co>2026-02-06 13:18:21 +0500
committermaxim nikonov <maxim.nikonov@hqo.co>2026-02-06 13:18:21 +0500
commit260dc2c8828c70b0e147ea394f38e9ee6dc69ee3 (patch)
treeba6e424280a50b70b0a1819368674904556fa459 /config.h
parent51cf34eb8fdef936328c565276615880997e28bb (diff)
wip
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 3 insertions, 0 deletions
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: