diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2022-01-01 21:44:51 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2022-01-01 21:44:51 +0100 |
commit | 6bd35a071bf636b9df5a64d0a932a9323a794ea8 (patch) | |
tree | 98071d1377ae67eb4864e4ea6c2359002d93b459 | |
parent | ea8037a914f0e0b6115882ba8e72c19d039b119f (diff) |
x11/xenodm: update wantlib after fontconfig update
-rw-r--r-- | x11/xenodm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xenodm/Makefile b/x11/xenodm/Makefile index 9b4d38f..909f597 100644 --- a/x11/xenodm/Makefile +++ b/x11/xenodm/Makefile @@ -15,7 +15,7 @@ PERMIT_PACKAGE = Yes WANTLIB = ICE SM X11 Xau Xaw7 Xext Xdmcp Xft Xinerama WANTLIB += Xmu Xpm Xrender Xt WANTLIB += c fontconfig freetype expat iconv intl pthread util -WANTLIB += uuid xcb z +WANTLIB += xcb z MASTER_SITES = https://xenocara.org/app/xenodm/ |