[Xfce4-commits] [panel-plugins/xfce4-pulseaudio-plugin] 01/01: Removed useless dbus-glib include

noreply at xfce.org noreply at xfce.org
Sun Mar 29 03:25:59 CEST 2020


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-pulseaudio-plugin.

commit 93aefcbeb147c468982b7b442b881c4a535b1b98
Author: Romain Bouvier <skunnyk at alteroot.org>
Date:   Sun Jul 7 00:09:20 2019 +0200

    Removed useless dbus-glib include
    
    - dbus-glib is not used in the plugin !
    - Also fix autotools warnings
    - Fix bug #15343
    
    Signed-off-by: Sean Davis <smd.seandavis at gmail.com>
---
 Makefile.am                      | 2 ++
 configure.ac.in                  | 1 +
 panel-plugin/pulseaudio-config.h | 2 +-
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index a3fd5a0..b41cc1c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
 SUBDIRS =								\
 	icons								\
 	panel-plugin 							\
diff --git a/configure.ac.in b/configure.ac.in
index f7c1f54..7f13e7b 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -24,6 +24,7 @@ AC_PREREQ([2.50])
 AC_CONFIG_HEADERS([config.h])
 AC_CANONICAL_TARGET()
 AC_REVISION([@REVISION@])
+AC_CONFIG_MACRO_DIRS([m4])
 
 dnl ***************************
 dnl *** Initialize automake ***
diff --git a/panel-plugin/pulseaudio-config.h b/panel-plugin/pulseaudio-config.h
index cb34a8e..7ab2964 100644
--- a/panel-plugin/pulseaudio-config.h
+++ b/panel-plugin/pulseaudio-config.h
@@ -20,7 +20,7 @@
 #define __PULSEAUDIO_CONFIG_H__
 
 #include <glib.h>
-#include <dbus/dbus-glib.h>
+#include <gtk/gtk.h>
 
 G_BEGIN_DECLS
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list