[Xfce4-commits] <xfce4-session:master> Restore Glade stuff.

Nick Schermer noreply at xfce.org
Sat Mar 24 22:50:15 CET 2012


Updating branch refs/heads/master
         to b8694d1f3e5cdef719c2a4abbefc9506acfc0695 (commit)
       from 77297eb6a5927423d3c82bcc358f236755090b17 (commit)

commit b8694d1f3e5cdef719c2a4abbefc9506acfc0695
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 c80e5e5..d2c3697 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -221,6 +221,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