[Xfce4-commits] <xfce4-session:nick/shutdown-cleanup> Restore Glade stuff.

Nick Schermer noreply at xfce.org
Sat Feb 25 11:04:04 CET 2012


Updating branch refs/heads/nick/shutdown-cleanup
         to b40d6c8390c985c78eb4e0cb851723d7aae40527 (commit)
       from 9c232a128b1a159e6ec38eb6badd50874912777c (commit)

commit b40d6c8390c985c78eb4e0cb851723d7aae40527
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Feb 25 10:51:40 2012 +0100

    Restore Glade stuff.

 configure.in.in |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index b36abc1..b45edba 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -220,6 +220,15 @@ if test "x$linux_ioprio_works" = "xyes"; then
             [Defined if linux/ioprio.h not only exists, but works properly])
 fi
 
+dnl check for location Xfce glade files were installed to
+XFCE_LIBGLADE_MODULE_PATH="`pkg-config --variable libglade_module_path libxfcegui4-1.0`"
+XFCE_GLADE_CATALOG_PATH="`pkg-config --variable glade_catalog_path libxfcegui4-1.0`"
+XFCE_GLADE_PIXMAP_PATH="`pkg-config --variable glade_pixmap_path libxfcegui4-1.0`"
+XFCE_GLADE_MODULE_PATH="`pkg-config --variable glade_module_path libxfcegui4-1.0`"
+AC_SUBST(XFCE_LIBGLADE_MODULE_PATH)
+AC_SUBST(XFCE_GLADE_CATALOG_PATH)
+AC_SUBST(XFCE_GLADE_PIXMAP_PATH)
+AC_SUBST(XFCE_GLADE_MODULE_PATH)
 
 dnl ***************************************************
 dnl *** Check if we need to build the documentation ***


More information about the Xfce4-commits mailing list