messenger-gtk

Gtk+3 graphical user interfaces for GNUnet Messenger
Log | Files | Refs | Submodules | README | LICENSE

commit 4647c3361fa682e2de8f513442b41861ccfae77b
parent 62b509908be5b1ec54e0a08c042803b4bf4cadfd
Author: TheJackiMonster <thejackimonster@gmail.com>
Date:   Mon,  8 Nov 2021 00:46:07 +0100

Added libraries for QR encoding and decoding to dependencies

Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>

Diffstat:
MMakefile | 4++--
MREADME.md | 2++
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -14,8 +14,8 @@ SOURCES = messenger_gtk.c\ HEADERS = -LIBRARIES = gnunetutil gnunetchat -PACKAGES = libhandy-1 gtk+-3.0 libnotify +LIBRARIES = gnunetchat +PACKAGES = gnunetutil libhandy-1 gtk+-3.0 libnotify zbar libqrencode GNU_CC ?= gcc GNU_LD ?= gcc diff --git a/README.md b/README.md @@ -9,3 +9,5 @@ A GTK based GUI for the Messenger service of GNUnet. - [gtk3](https://gitlab.gnome.org/GNOME/gtk) - [libhandy](https://gitlab.gnome.org/GNOME/libhandy/) - [libnotify](https://gitlab.gnome.org/GNOME/libnotify) + - [qrencode](https://github.com/fukuchi/libqrencode) + - [zbar](https://github.com/mchehab/zbar)