[gnome-power-manager] Remove HAL_LIBS/HAL_CFLAGS



commit 47ac2db84adf887569e303328b45d7dd9351ad1c
Author: Michael Biebl <biebl debian org>
Date:   Tue Sep 29 07:26:08 2009 +0200

    Remove HAL_LIBS/HAL_CFLAGS
    
    No longer check for hal libraries and link against them, as we no longer
    require them.

 configure.ac    |    3 ---
 src/Makefile.am |    3 ---
 2 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e642a7b..05045a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -229,9 +229,6 @@ AC_ARG_ENABLE(hal, AS_HELP_STRING([--enable-hal],[Build using HAL support]),
 	      enable_hal=$enableval,enable_hal=no)
 if test x$enable_hal = xyes; then
 	AC_DEFINE(HAVE_HAL, 1, [Define if we have HAL support])
-	PKG_CHECK_MODULES(HAL, hal >= 0.5.8)
-	AC_SUBST(HAL_CFLAGS)
-	AC_SUBST(HAL_LIBS)
 fi
 AM_CONDITIONAL([HAVE_HAL], [test $enable_hal = yes])
 
diff --git a/src/Makefile.am b/src/Makefile.am
index 0b3c51f..b41da1f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,7 +11,6 @@ EXTRA_DIST =						\
 
 INCLUDES =						\
 	$(GLIB_CFLAGS)					\
-	$(HAL_CFLAGS)					\
 	$(DBUS_CFLAGS)					\
 	$(GNOME_CFLAGS)					\
 	$(UNIQUE_CFLAGS)				\
@@ -113,7 +112,6 @@ gnome_power_preferences_LDADD =				\
 	libgpmshared.a					\
 	$(GLIB_LIBS)					\
 	$(GNOME_LIBS)					\
-	$(HAL_LIBS)					\
 	$(DBUS_LIBS)					\
 	$(UNIQUE_LIBS)					\
 	$(GPM_EXTRA_LIBS)				\
@@ -181,7 +179,6 @@ gnome_power_manager_LDADD =				\
 	$(GLIB_LIBS)					\
 	$(GSTREAMER_LIBS)				\
 	$(GNOME_LIBS)					\
-	$(HAL_LIBS)					\
 	$(DBUS_LIBS)					\
 	$(XRANDR_LIBS)					\
 	$(CANBERRA_LIBS)				\



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