From 3a3bef8c81daa79c922de7c93441bbf94ec4cc8a Mon Sep 17 00:00:00 2001 From: ellson Date: Wed, 6 Feb 2008 20:28:50 +0000 Subject: [PATCH] disable gdk_pixbuf plugin if pangocairo not available. --- plugin/gdk_pixbuf/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin/gdk_pixbuf/Makefile.am b/plugin/gdk_pixbuf/Makefile.am index 5b44bd41c..180722ddb 100644 --- a/plugin/gdk_pixbuf/Makefile.am +++ b/plugin/gdk_pixbuf/Makefile.am @@ -10,10 +10,12 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/lib/cdt \ $(GDK_PIXBUF_CFLAGS) +if WITH_PANGOCAIRO if WITH_GDK_PIXBUF noinst_LTLIBRARIES = libgvplugin_gdk_pixbuf_C.la pkglib_LTLIBRARIES = libgvplugin_gdk_pixbuf.la endif +endif libgvplugin_gdk_pixbuf_C_la_SOURCES = \ gvplugin_gdk_pixbuf.c \ -- 2.50.1