[sawfish] export the imageloader sawfish is configured to make use of in the .pc file



commit 8c8ff7e52efca8f263bef5e604565b40cff641ab
Author: Christopher Roy Bratusek <chris nanolx org>
Date:   Fri Jan 1 23:00:37 2010 +0100

    export the imageloader sawfish is configured to make use of in the .pc file

 ChangeLog     |    3 +++
 configure.in  |    3 +++
 sawfish.pc.in |    1 +
 3 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index f67ff22..c792f1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
 2010-01-01  Christopher Bratusek <zanghar freenet de>
 	* po/Makefile.in: don't remove sawfish.pot upon distclean
 
+	* sawfish.pc.in: export the imageloader sawfish is configured
+	                 to make use of [required for sawfish-pager 0.8]
+
 2009-12-30  Timo Korvola <tkorvola iki fi>
 	* lisp/sawfish/wm/commands/shrink-yank.jl: fixed docstrings
 
diff --git a/configure.in b/configure.in
index e49bf50..a88fb55 100644
--- a/configure.in
+++ b/configure.in
@@ -244,6 +244,7 @@ if test "$with_gdk_pixbuf" != "no"; then
 			  IMAGE_LIBS='${GDK_PIXBUF_LIBS}'
 			  IMAGE_CFLAGS='${GDK_PIXBUF_CFLAGS}'
 			  IMAGE_LOADER="GDK Pixbuf Xlib"
+			  imageloader="gdk-pixbuf-xlib"
 			  with_gdk_pixbuf=yes
 			  ,AC_MSG_ERROR([cannot locate gdk-pixbuf-xlib])
 			  with_gdk_pixbuf=no)
@@ -258,6 +259,7 @@ if test "$with_gdk_pixbuf" = "no"; then
 			  IMAGE_CFLAGS='${IMLIB1_CFLAGS}'
 			  IMLIB_VERSION="`pkg-config --modversion imlib`"
 			  IMAGE_LOADER="IMLIB 1"
+			  imageloader="imlib1"
 			  ,AC_MSG_ERROR([cannot locate imlib1 library]))
 fi
 
@@ -349,6 +351,7 @@ AC_SUBST(localedir)
 AC_SUBST(install_sh)
 AC_SUBST(datarootdir)
 AC_SUBST(gitdate)
+AC_SUBST(imageloader)
 AC_SUBST(MAKEDEP)
 AC_SUBST(GNOMEDIR)
 AC_SUBST(KDEDIR)
diff --git a/sawfish.pc.in b/sawfish.pc.in
index 1eba46a..1a67012 100644
--- a/sawfish.pc.in
+++ b/sawfish.pc.in
@@ -4,6 +4,7 @@ libdir= libdir@
 includedir= includedir@
 
 sawfishhosttype= host@
+imageloader= imageloader@
 
 Name: sawfish
 Description: The Sawfish X11 Window Manager



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