diff options
author | jao <jao@gnu.org> | 2022-09-12 04:38:47 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-09-12 04:38:47 +0100 |
commit | 0c13ab7001fea76c8ef06b681b8463471399754b (patch) | |
tree | c39ca060344ab129d772526bba2827b04a0a929f /xmobar.cabal | |
parent | 15c373076dec81c3245e42250512dea6a75db5e9 (diff) | |
download | xmobar-0c13ab7001fea76c8ef06b681b8463471399754b.tar.gz xmobar-0c13ab7001fea76c8ef06b681b8463471399754b.tar.bz2 |
X11.MinXft not needed anymore
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index c517aa6..8fe9acb 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -236,8 +236,7 @@ library X11-xft >= 0.2 && < 0.4 other-modules: Xmobar.X11.CairoSurface, Xmobar.X11.CairoDraw, - Xmobar.X11.XRender, - Xmobar.X11.MinXft + Xmobar.X11.XRender cpp-options: -DCAIRO else other-modules: Xmobar.X11.XlibDraw |