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
|
flag use_xft
|
||||||
description: Use Xft to render text
|
description: Use Xft to render text
|
||||||
|
|
||||||
flag with_utf8
|
|
||||||
description: Enable Utf8 support
|
|
||||||
|
|
||||||
flag testing
|
flag testing
|
||||||
description: Testing mode
|
description: Testing mode
|
||||||
default: False
|
default: False
|
||||||
@ -52,13 +49,10 @@ library
|
|||||||
extensions: ForeignFunctionInterface
|
extensions: ForeignFunctionInterface
|
||||||
cpp-options: -DXFT
|
cpp-options: -DXFT
|
||||||
|
|
||||||
if flag(with_utf8)
|
build-depends: mtl, unix, X11>=1.4.3, xmonad>=0.8, xmonad<0.9, utf8-string
|
||||||
build-depends: utf8-string
|
|
||||||
extensions: ForeignFunctionInterface
|
|
||||||
cpp-options: -DUSE_UTF8
|
|
||||||
|
|
||||||
build-depends: mtl, unix, X11>=1.4.3, xmonad>=0.8, xmonad<0.9
|
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
|
extensions: ForeignFunctionInterface
|
||||||
|
cpp-options: -DUSE_UTF8
|
||||||
|
|
||||||
if flag(testing)
|
if flag(testing)
|
||||||
ghc-options: -Werror
|
ghc-options: -Werror
|
||||||
|
Loading…
x
Reference in New Issue
Block a user