diff options
author | jao <jao@gnu.org> | 2022-09-10 04:33:56 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-09-10 04:33:56 +0100 |
commit | b2d0d19c4b3d33ea336e78c62e7eddfa805281ac (patch) | |
tree | 2b42db25b82ffa3e23f702bb0bbb9d19673ff541 /xmobar.cabal | |
parent | f81a7cfef463907ba4b68cb1352a869960350685 (diff) | |
download | xmobar-b2d0d19c4b3d33ea336e78c62e7eddfa805281ac.tar.gz xmobar-b2d0d19c4b3d33ea336e78c62e7eddfa805281ac.tar.bz2 |
cairo: fonts, offsets, colors, actions
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 6601a97..9a078c8 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -236,7 +236,9 @@ library cpp-options: -DXFT if flag(with_cairo) - build-depends: gi-cairo-render >= 0.1.1 && < 0.2 + build-depends: cairo >= 0.13 && < 0.14, + pango >= 0.13 && < 0.14, + colour >= 2.3.6 other-modules: Xmobar.X11.CairoSurface, Xmobar.X11.CairoDraw x-c2hs-header: xmobar-gtk2hs.h cpp-options: -DCAIRO |