[libgnome-volume-control] Remove Gtk dependency



commit f3df56c399279f52b141b4a2fa3df0b08bdcec55
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Mon Oct 22 21:52:29 2012 +0200

    Remove Gtk dependency
    
    It is undesirable in gnome-settings-daemon

 Makefile.am        |    4 +-
 gvc-channel-bar.c  |  980 --------------------------
 gvc-channel-bar.h  |   90 ---
 gvc-mixer-dialog.c | 1977 ----------------------------------------------------
 gvc-mixer-dialog.h |   56 --
 5 files changed, 1 insertions(+), 3106 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 08ea266..54bf7c6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,8 +31,6 @@ libgvc_la_gir_sources = 			\
 	gvc-mixer-event-role.c			\
 	gvc-mixer-control.h			\
 	gvc-mixer-control.c			\
-	gvc-channel-bar.h			\
-	gvc-channel-bar.c			\
 	$(NULL)
 
 libgvc_la_SOURCES =				\
@@ -52,7 +50,7 @@ if HAVE_INTROSPECTION
 include $(INTROSPECTION_MAKEFILE)
 
 Gvc-1.0.gir: libgvc.la
-Gvc_1_0_gir_INCLUDES = GObject-2.0 Gio-2.0 Gtk-3.0
+Gvc_1_0_gir_INCLUDES = GObject-2.0 Gio-2.0
 Gvc_1_0_gir_CFLAGS = $(INCLUDES) -I$(srcdir)/gvc -DWITH_INTROSPECTION
 Gvc_1_0_gir_LIBS = libgvc.la
 Gvc_1_0_gir_FILES = $(addprefix $(srcdir)/,$(libgvc_la_gir_sources))



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