summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSergei Trofimovich <siarheit@google.com>2016-11-30 10:00:45 +0000
committerSergei Trofimovich <siarheit@google.com>2016-11-30 10:00:45 +0000
commit9caa2668a0f32af600f0d5183058477b00ff977f (patch)
tree6784f38e475a00148c2ae4177bbff18b761a884d
parentfd10cff3c73cb6fc99c3c34473685bf8b95dccdb (diff)
downloadxmobar-9caa2668a0f32af600f0d5183058477b00ff977f.tar.gz
xmobar-9caa2668a0f32af600f0d5183058477b00ff977f.tar.bz2
When xpm flag is disabled don't use XPMFile in preprocessor
Otherwise build fails on preprocessor stage as: Building xmobar-0.24.3... Preprocessing executable 'xmobar' for xmobar-0.24.3... XPMFile.hsc:29:21: fatal error: X11/xpm.h: No such file or directory compilation terminated. Reported-by: Toralf Förster Bug: https://bugs.gentoo.org/601262 Signed-off-by: Sergei Trofimovich <siarheit@google.com>
-rw-r--r--xmobar.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal
index f6a6dae..8a17579 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -87,7 +87,7 @@ executable xmobar
main-is: Main.hs
other-modules:
Xmobar, Actions, Bitmap, Config, Parsers, Commands, Localize,
- XUtil, XPMFile, StatFS, Runnable, ColorCache, Window, Signal,
+ XUtil, StatFS, Runnable, ColorCache, Window, Signal,
Environment,
Plugins, Plugins.BufferedPipeReader,
Plugins.CommandReader, Plugins.Date, Plugins.EWMH,