aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2021-11-08 00:46:07 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2021-11-08 00:46:07 +0100
commit4647c3361fa682e2de8f513442b41861ccfae77b (patch)
tree3bab5ae2ae33db0b10df02e449c95b90ad7e2f92
parent62b509908be5b1ec54e0a08c042803b4bf4cadfd (diff)
downloadmessenger-gtk-4647c3361fa682e2de8f513442b41861ccfae77b.tar.gz
messenger-gtk-4647c3361fa682e2de8f513442b41861ccfae77b.zip
Added libraries for QR encoding and decoding to dependencies
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r--Makefile4
-rw-r--r--README.md2
2 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f83575e..3deba6c 100644
--- a/Makefile
+++ b/Makefile
@@ -14,8 +14,8 @@ SOURCES = messenger_gtk.c\
14 14
15HEADERS = 15HEADERS =
16 16
17LIBRARIES = gnunetutil gnunetchat 17LIBRARIES = gnunetchat
18PACKAGES = libhandy-1 gtk+-3.0 libnotify 18PACKAGES = gnunetutil libhandy-1 gtk+-3.0 libnotify zbar libqrencode
19 19
20GNU_CC ?= gcc 20GNU_CC ?= gcc
21GNU_LD ?= gcc 21GNU_LD ?= gcc
diff --git a/README.md b/README.md
index a35b6e5..bb12f5c 100644
--- a/README.md
+++ b/README.md
@@ -9,3 +9,5 @@ A GTK based GUI for the Messenger service of GNUnet.
9 - [gtk3](https://gitlab.gnome.org/GNOME/gtk) 9 - [gtk3](https://gitlab.gnome.org/GNOME/gtk)
10 - [libhandy](https://gitlab.gnome.org/GNOME/libhandy/) 10 - [libhandy](https://gitlab.gnome.org/GNOME/libhandy/)
11 - [libnotify](https://gitlab.gnome.org/GNOME/libnotify) 11 - [libnotify](https://gitlab.gnome.org/GNOME/libnotify)
12 - [qrencode](https://github.com/fukuchi/libqrencode)
13 - [zbar](https://github.com/mchehab/zbar)