[gnome-bluetooth] Find the moblin panel install directory



commit 729186f2ac29b0ae55ec235defe3daed975771b5
Author: Ross Burton <ross linux intel com>
Date:   Fri Jan 29 12:13:43 2010 +0000

    Find the moblin panel install directory

 configure.ac |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7a6fdbf..0e7f85d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,9 +164,13 @@ if test "x$enable_moblin" != "xno"; then
       nbtk-gtk-1.2
       moblin-panel
    ], have_moblin="yes", have_moblin="no")
+
    THEME_DIR="${datadir}/${PACKAGE}/theme"
    AS_AC_EXPAND(THEME_DIR, $THEME_DIR)
    AC_DEFINE_UNQUOTED([THEME_DIR], "$THEME_DIR", [Carrick theme directory])
+
+   PANEL_DIR=$($PKG_CONFIG moblin-panel --variable=moblin_panel_panels_dir)
+   AC_SUBST(PANEL_DIR)
 else
    have_moblin=no
 fi



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