[murrine] Fix for 630869



commit 74becef4e4dfa9577c76ba1c09093ff7fb973bbb
Author: Andrea Cimitan <andrea cimitan gmail com>
Date:   Wed Jan 25 14:09:03 2012 +0000

    Fix for 630869

 Makefile.am  |    4 ++--
 configure.ac |    3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 131ca9f..7389a35 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = $(GTK_CFLAGS)
+INCLUDES = $(GTK_CFLAGS) $(pixman_CFLAGS)
 
 SUBDIRS = schema
 DIST_SUBDIRS = $(SUBDIRS) po
@@ -36,5 +36,5 @@ libmurrine_la_SOURCES = \
 	./src/stack-blur.h
 
 libmurrine_la_LDFLAGS = -module -avoid-version -no-undefined
-libmurrine_la_LIBADD =  $(GTK_LIBS)
+libmurrine_la_LIBADD =  $(GTK_LIBS) $(pixman_LIBS)
 
diff --git a/configure.ac b/configure.ac
index 832edec..8a6b398 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,6 +47,9 @@ PKG_CHECK_MODULES(pixman,[pixman-1],,AC_MSG_ERROR([Pixman is required to compile
 AC_SUBST(GTK_CFLAGS)
 AC_SUBST(GTK_LIBS)
 
+AC_SUBST(pixman_CFLAGS)
+AC_SUBST(pixman_LIBS)
+
 GTK_VERSION=`$PKG_CONFIG --variable=gtk_binary_version gtk+-2.0`
 AC_SUBST(GTK_VERSION)
 



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