From c05e8a98283929fd7cd97889a96756b57ee79839 Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 16 Apr 2020 11:32:25 +0200 Subject: build: Use dbus-glib only when required --- mateweather/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mateweather') diff --git a/mateweather/Makefile.am b/mateweather/Makefile.am index ea6a723d..467f6d8c 100644 --- a/mateweather/Makefile.am +++ b/mateweather/Makefile.am @@ -10,7 +10,6 @@ AM_CPPFLAGS = \ $(MATEDESKTOP_CFLAGS) \ $(LIBNOTIFY_CFLAGS) \ $(LIBMATEWEATHER_CFLAGS) \ - $(DBUS_CFLAGS) \ ${WARN_CFLAGS} libexec_PROGRAMS = mateweather-applet @@ -28,8 +27,7 @@ mateweather_applet_LDADD = \ $(MATE_APPLETS4_LIBS) \ $(MATEDESKTOP_LIBS) \ $(MATE_LIBS2_LIBS) \ - $(LIBMATEWEATHER_LIBS) \ - $(DBUS_LIBS) + $(LIBMATEWEATHER_LIBS) uidir = $(datadir)/mate/ui ui_DATA = mateweather-applet-menu.xml -- cgit v1.2.1