aboutsummaryrefslogtreecommitdiff
path: root/liberty-xui.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2024-02-10 12:13:09 +0100
committerPřemysl Eric Janouch <p@janouch.name>2024-02-10 12:20:44 +0100
commit8d56fae41b6b5d683603da3320bed7a62483eaa9 (patch)
treeeefd44d0ffb7dd718ebee1c28b9ae368ea2ead3d /liberty-xui.c
parent0239a4242ad7b0c44f8525b96e9d14a35474a0e0 (diff)
downloadliberty-8d56fae41b6b5d683603da3320bed7a62483eaa9.tar.gz
liberty-8d56fae41b6b5d683603da3320bed7a62483eaa9.tar.xz
liberty-8d56fae41b6b5d683603da3320bed7a62483eaa9.zip
liberty-xdg: actually make libpng optional
Diffstat (limited to 'liberty-xui.c')
-rw-r--r--liberty-xui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/liberty-xui.c b/liberty-xui.c
index a538da7..2096a61 100644
--- a/liberty-xui.c
+++ b/liberty-xui.c
@@ -69,6 +69,7 @@ enum { XUI_KEYMOD_DOUBLE_CLICK = 1 << 15 };
#include <X11/Xft/Xft.h>
#define LIBERTY_XDG_WANT_X11
+#define LIBERTY_XDG_WANT_ICONS
#include "liberty-xdg.c"
#endif // LIBERTY_XUI_WANT_X11