diff options
author | TheJackiMonster <thejackimonster@gmail.com> | 2021-11-08 00:46:07 +0100 |
---|---|---|
committer | TheJackiMonster <thejackimonster@gmail.com> | 2021-11-08 00:46:07 +0100 |
commit | 4647c3361fa682e2de8f513442b41861ccfae77b (patch) | |
tree | 3bab5ae2ae33db0b10df02e449c95b90ad7e2f92 | |
parent | 62b509908be5b1ec54e0a08c042803b4bf4cadfd (diff) | |
download | messenger-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-- | Makefile | 4 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -14,8 +14,8 @@ SOURCES = messenger_gtk.c\ | |||
14 | 14 | ||
15 | HEADERS = | 15 | HEADERS = |
16 | 16 | ||
17 | LIBRARIES = gnunetutil gnunetchat | 17 | LIBRARIES = gnunetchat |
18 | PACKAGES = libhandy-1 gtk+-3.0 libnotify | 18 | PACKAGES = gnunetutil libhandy-1 gtk+-3.0 libnotify zbar libqrencode |
19 | 19 | ||
20 | GNU_CC ?= gcc | 20 | GNU_CC ?= gcc |
21 | GNU_LD ?= gcc | 21 | GNU_LD ?= gcc |
@@ -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) | ||