[gnome-control-center] Add gthread-2.0 to common modules for linking



commit 38ba6cb70214f9b515790a47ce8d3098ce3c7796
Author: Jens Granseuer <jensgr gmx net>
Date:   Wed Nov 4 19:02:30 2009 +0100

    Add gthread-2.0 to common modules for linking
    
    At least
     * gnome-keybinding-properties
     * gnome-about-me
     * gnome-appearance-properties
     * gnome-theme-test
     * gnome-font-viewer
    need it, so just add it to the list of common modules (bug #600589).

 configure.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 7d74579..b084278 100644
--- a/configure.in
+++ b/configure.in
@@ -89,6 +89,7 @@ dnl ==============================================
 
 COMMON_MODULES="gtk+-2.0 >= 2.15.0 dnl
  glib-2.0 >= 2.17.4 dnl
+ gthread-2.0 dnl
  gio-2.0 dnl
  gconf-2.0 dnl
  libxml-2.0 dnl
@@ -146,7 +147,7 @@ if $PKG_CONFIG --exists xft ; then
 fi
 
 PKG_CHECK_MODULES(FONT_CAPPLET, $COMMON_MODULES $xft_modules)
-PKG_CHECK_MODULES(FONT_VIEWER, $COMMON_MODULES $xft_modules gthread-2.0)
+PKG_CHECK_MODULES(FONT_VIEWER, $COMMON_MODULES $xft_modules)
 
 PKG_CHECK_MODULES(AT_CAPPLET, $COMMON_MODULES)
 



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