[gimp/gimp-2-10] app, devel-docs: remove dangling DBUS_GLIB_* variables.



commit b67fe859a7d037ee8a7efbe82952317273310455
Author: Jehan <jehan girinstud io>
Date:   Sat Nov 16 19:19:02 2019 +0100

    app, devel-docs: remove dangling DBUS_GLIB_* variables.
    
    dbus-glib is no more a dependency since commit c4460e84, i.e. already
    since 2013!
    
    (cherry picked from commit 5f2a6940e3283a5d72032310bec9438f5c3fc2ac)

 app/Makefile.am            | 1 -
 app/gui/Makefile.am        | 1 -
 app/tests/Makefile.am      | 2 --
 devel-docs/app/Makefile.am | 1 -
 4 files changed, 5 deletions(-)
---
diff --git a/app/Makefile.am b/app/Makefile.am
index 8c92170eb7..542a80fcd2 100644
--- a/app/Makefile.am
+++ b/app/Makefile.am
@@ -220,7 +220,6 @@ gimp_@GIMP_APP_VERSION@_LDADD = \
        $(libgimpwidgets)               \
        $(GTK_LIBS)                     \
        $(GTK_MAC_INTEGRATION_LIBS)     \
-       $(DBUS_GLIB_LIBS)               \
        $(gimpconsoleldadd)             \
        $(exchndl)                      \
        $(GIMPRC)
diff --git a/app/gui/Makefile.am b/app/gui/Makefile.am
index 50def4fef8..579cd63bc0 100644
--- a/app/gui/Makefile.am
+++ b/app/gui/Makefile.am
@@ -17,7 +17,6 @@ AM_CPPFLAGS = \
        $(GEGL_CFLAGS)                          \
        $(GTK_CFLAGS)                           \
        $(GTK_MAC_INTEGRATION_CFLAGS)           \
-       $(DBUS_GLIB_CFLAGS)                     \
        -I$(includedir)
 
 AM_CFLAGS = \
diff --git a/app/tests/Makefile.am b/app/tests/Makefile.am
index ce6acb3bd1..668e018b8c 100644
--- a/app/tests/Makefile.am
+++ b/app/tests/Makefile.am
@@ -73,7 +73,6 @@ AM_CPPFLAGS = \
        -I$(top_srcdir)/app     \
        $(PANGOCAIRO_CFLAGS)    \
        $(GTK_CFLAGS)           \
-       $(DBUS_GLIB_CFLAGS)     \
        $(GEGL_CFLAGS)          \
        $(xobjective_c)         \
        -I$(includedir)
@@ -132,7 +131,6 @@ LDADD = \
        $(GIMPICONRC)                                                   \
        $(GTK_LIBS)                                                     \
        $(GTK_MAC_INTEGRATION_LIBS)                                     \
-       $(DBUS_GLIB_LIBS)                                               \
        $(GDK_PIXBUF_LIBS)                                              \
        $(FREETYPE_LIBS)                                                \
        $(FONTCONFIG_LIBS)                                              \
diff --git a/devel-docs/app/Makefile.am b/devel-docs/app/Makefile.am
index 3f1824cdc1..9d14ddae02 100644
--- a/devel-docs/app/Makefile.am
+++ b/devel-docs/app/Makefile.am
@@ -104,7 +104,6 @@ GTKDOC_LIBS = \
         $(FONTCONFIG_LIBS)                                                   \
         $(FREETYPE_LIBS)                                                     \
         $(HARFBUZZ_LIBS)                                                     \
-       $(DBUS_GLIB_LIBS)                                                    \
        $(GEGL_LIBS)                                                         \
        $(RT_LIBS)                                                           \
        $(INTLLIBS)                                                          \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]