diff options
author | jao <jao@gnu.org> | 2022-09-11 02:27:56 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-09-11 02:28:18 +0100 |
commit | d0f547be5380ec14cc334b15a530ba869668581a (patch) | |
tree | 764bb33481073aff0f924df9dbce6375f5581995 /xmobar.cabal | |
parent | 65f2bb18a372fc32a95c9887ba7a4006dc4ea24a (diff) | |
download | xmobar-d0f547be5380ec14cc334b15a530ba869668581a.tar.gz xmobar-d0f547be5380ec14cc334b15a530ba869668581a.tar.bz2 |
cairo: alpha (still pseudo, via xrender)
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 9a078c8..31a36b4 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -137,14 +137,15 @@ library Xmobar.Text.Swaybar, Xmobar.Text.SwaybarClicks, Xmobar.Text.Output, + Xmobar.X11.Bitmap, + Xmobar.X11.ColorCache, + Xmobar.X11.Draw, Xmobar.X11.Events, Xmobar.X11.Loop, - Xmobar.X11.Types, Xmobar.X11.Text, - Xmobar.X11.Bitmap, - Xmobar.X11.ColorCache, + Xmobar.X11.Types, Xmobar.X11.Window, - Xmobar.X11.Draw, + Xmobar.X11.XRender, Xmobar.X11.XlibDraw, Xmobar.Plugins.Command, Xmobar.Plugins.BufferedPipeReader, @@ -239,7 +240,8 @@ library build-depends: cairo >= 0.13 && < 0.14, pango >= 0.13 && < 0.14, colour >= 2.3.6 - other-modules: Xmobar.X11.CairoSurface, Xmobar.X11.CairoDraw + other-modules: Xmobar.X11.CairoSurface, + Xmobar.X11.CairoDraw x-c2hs-header: xmobar-gtk2hs.h cpp-options: -DCAIRO |