From baf0ec3e1101beb6ee952bf9d0505c14d3ea802d Mon Sep 17 00:00:00 2001 From: Nikos Tsipinakis Date: Mon, 26 Nov 2018 16:05:50 +0200 Subject: [PATCH] Remove dbus build flags We haven't been using libdbus for a while so there is no use to linking it with the build. Unfortunately there is still a dependency on it as we depend on the dbus package to tell us where to put our service files. --- config.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.mk b/config.mk index 3507f09..05380d9 100644 --- a/config.mk +++ b/config.mk @@ -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 \