Merge pull request #561 from tsipinakis/bugfix/drop-libdbus

Drop libdbus dependency
This commit is contained in:
Nikos Tsipinakis 2018-11-26 17:03:46 +02:00 committed by GitHub
commit f02a0d4b8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,8 +21,7 @@ CPPFLAGS_DEBUG := -DDEBUG_BUILD
CFLAGS_DEBUG := -O0
LDFLAGS_DEBUG :=
pkg_config_packs := dbus-1 \
gio-2.0 \
pkg_config_packs := gio-2.0 \
gdk-pixbuf-2.0 \
"glib-2.0 >= 2.36" \
pangocairo \