public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-control-center/files: gnome-control-center-2.32.1-gmodule.patch
@ 2014-01-05  7:39 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; only message in thread
From: Alexandre Rostovtsev (tetromino) @ 2014-01-05  7:39 UTC (permalink / raw
  To: gentoo-commits

tetromino    14/01/05 07:39:55

  Added:                gnome-control-center-2.32.1-gmodule.patch
  Log:
  Fix underlinking failure (bug #497112, thanks to d_dart).
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)

Revision  Changes    Path
1.1                  gnome-base/gnome-control-center/files/gnome-control-center-2.32.1-gmodule.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-control-center/files/gnome-control-center-2.32.1-gmodule.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-control-center/files/gnome-control-center-2.32.1-gmodule.patch?rev=1.1&content-type=text/plain

Index: gnome-control-center-2.32.1-gmodule.patch
===================================================================
diff --git a/capplets/common/Makefile.am b/capplets/common/Makefile.am
index 70ad44f..52ea6e6 100644
--- a/capplets/common/Makefile.am
+++ b/capplets/common/Makefile.am
@@ -48,7 +48,8 @@ libcommon_la_LIBADD =							\
 	$(METACITY_LIBS)						\
 	$(DBUS_LIBS)							\
 	$(GNOME_DESKTOP_LIBS)						\
-	$(GIO_LIBS)
+	$(GIO_LIBS)							\
+	$(GMODULE_LIBS)
 
 gnome_theme_test_SOURCES = \
 	gnome-theme-test.c
diff --git a/configure.ac b/configure.ac
index 4bc8d9b..f869f93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -132,6 +132,7 @@ PKG_CHECK_MODULES(METACITY, libmetacity-private >= 2.23.1)
 PKG_CHECK_MODULES(TYPING, glib-2.0 > 2.11 gconf-2.0 gtk+-2.0)
 PKG_CHECK_MODULES(GSD_DBUS, gnome-settings-daemon)
 PKG_CHECK_MODULES(GIO, gio-2.0)
+PKG_CHECK_MODULES(GMODULE, gmodule-2.0)
 
 gtk_lib_dir=`$PKG_CONFIG --variable libdir gtk+-2.0`
 gtk_binary_version=`$PKG_CONFIG --variable gtk_binary_version gtk+-2.0`
diff --git a/libwindow-settings/Makefile.am b/libwindow-settings/Makefile.am
index ee6984d..0464597 100644
--- a/libwindow-settings/Makefile.am
+++ b/libwindow-settings/Makefile.am
@@ -17,7 +17,9 @@ libgnome_window_settings_la_LDFLAGS = 	\
 	-no-undefined			\
         -version-info 1:0:0
 
-libgnome_window_settings_la_LIBADD = $(GNOMECC_LIBS)
+libgnome_window_settings_la_LIBADD = \
+	$(GNOMECC_LIBS) \
+	$(GMODULE_LIBS)
 
 libgnome_window_settings_la_SOURCES = \
 	gnome-window-manager.c	\





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-05  7:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-05  7:39 [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-control-center/files: gnome-control-center-2.32.1-gmodule.patch Alexandre Rostovtsev (tetromino)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox