[gnome-power-manager] only check for libpanel if building the applets
- From: Saleem Abdulrasool <asaleem src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-power-manager] only check for libpanel if building the applets
- Date: Fri, 12 Mar 2010 05:33:56 +0000 (UTC)
commit d36ec7486273e825bb42910d041913e1072e9336
Author: Saleem Abdulrasool <compnerd compnerd org>
Date: Thu Mar 4 13:03:43 2010 +0000
only check for libpanel if building the applets
configure.ac | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 26fc294..a8f864b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -167,12 +167,6 @@ PKG_CHECK_MODULES(GNOME, [
AC_SUBST(GNOME_CFLAGS)
AC_SUBST(GNOME_LIBS)
-PKG_CHECK_MODULES(PANEL, [
- libpanelapplet-2.0 >= $LIBPANEL_REQUIRED])
-AC_SUBST(PANEL_CFLAGS)
-AC_SUBST(PANEL_LIBS)
-
-
PKG_CHECK_MODULES(GDK, [
gdk-2.0 >= $GDK_REQUIRED
gdk-x11-2.0 >= $GDK_REQUIRED])
@@ -304,6 +298,11 @@ AC_MSG_CHECKING([whether to build applet support])
have_applets=no
if test x$enable_applets = xyes ; then
have_applets=yes
+
+ PKG_CHECK_MODULES(PANEL, [libpanelapplet-2.0 >= $LIBPANEL_REQUIRED])
+ AC_SUBST(PANEL_CFLAGS)
+ AC_SUBST(PANEL_LIBS)
+
AC_DEFINE(HAVE_APPLETS, 1, [Define if we are building applets])
AC_MSG_RESULT(yes)
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]