summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2018-06-04 13:23:35 +0200
committerRuben Pollan <meskio@sindominio.net>2018-06-04 20:59:09 +0200
commitde9eb2148f9d1af3a0e78b2567f862269df7517f (patch)
treee504f38b29ac86e0871a7a515f5da796684c8a2b /Makefile
parent8c3ba3a2d6a3db9d277c9d6b7532d125b39e1676 (diff)
[feat] use http to communicate with the core
Instead of using zmq.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a93bf5e..696fcea 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ icon:
make -C icon
get_deps:
- sudo apt install libzmq3-dev libgtk-3-dev libappindicator3-dev golang pkg-config
+ sudo apt install libgtk-3-dev libappindicator3-dev golang pkg-config
LANGS ?= $(foreach path,$(wildcard locales/*/messages.gotext.json),$(patsubst locales/%/messages.gotext.json,%,$(path)))