summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2016-01-01 21:28:19 +0100
committerMichal Minar <miminar@redhat.com>2016-01-01 21:30:50 +0100
commit836eb22d344dba3ec024b5b2ea0f3514e2d8fcf8 (patch)
tree6fa1e61a695cf3b1bfba6765c7e4ea7291b5678f /Makefile
parent0094b628075b08805fa03691386958b2f33a5f02 (diff)
downloadxminad-836eb22d344dba3ec024b5b2ea0f3514e2d8fcf8.tar.gz
xminad-836eb22d344dba3ec024b5b2ea0f3514e2d8fcf8.tar.xz
xminad-836eb22d344dba3ec024b5b2ea0f3514e2d8fcf8.zip
Require xmonad >=0.12
Signed-off-by: Michal Minar <miminar@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 944972a..8f17c3f 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,6 @@ $(XMINAD): $(SRC) $(SANDBOX)
$(SANDBOX):
$(CABAL_BIN) sandbox init
$(if $(CABAL_ADD_SOURCE),$(CABAL_BIN) sandbox add-source $(CABAL_ADD_SOURCE),)
- $(CABAL_BIN) install $(CABAL_FLAGS) xmonad-extras -fwith_mpd -f-with_hint
$(CABAL_BIN) install --only-dependencies $(CABAL_FLAGS)
$(CABAL_BIN) configure $(CABAL_FLAGS)
touch $@