mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
Make utf8-string regular dependency
The reason for this is that EWMH specification require utf8 encoded strings.
This commit is contained in:
parent
6686d32f56
commit
13d8b17f97
@ -34,9 +34,6 @@ flag small_base
|
||||
flag use_xft
|
||||
description: Use Xft to render text
|
||||
|
||||
flag with_utf8
|
||||
description: Enable Utf8 support
|
||||
|
||||
flag testing
|
||||
description: Testing mode
|
||||
default: False
|
||||
@ -52,14 +49,11 @@ library
|
||||
extensions: ForeignFunctionInterface
|
||||
cpp-options: -DXFT
|
||||
|
||||
if flag(with_utf8)
|
||||
build-depends: utf8-string
|
||||
build-depends: mtl, unix, X11>=1.4.3, xmonad>=0.8, xmonad<0.9, utf8-string
|
||||
ghc-options: -Wall
|
||||
extensions: ForeignFunctionInterface
|
||||
cpp-options: -DUSE_UTF8
|
||||
|
||||
build-depends: mtl, unix, X11>=1.4.3, xmonad>=0.8, xmonad<0.9
|
||||
ghc-options: -Wall
|
||||
|
||||
if flag(testing)
|
||||
ghc-options: -Werror
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user