From cbd9e9998d6b2b36f0a979bea85d75410f3d3974 Mon Sep 17 00:00:00 2001 From: johanengelen Date: Mon, 7 Apr 2008 08:44:53 +0000 Subject: [PATCH] cmake: add pango defines necessary for win32 building, also needed for linux? --- config.h.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.h.cmake b/config.h.cmake index ca070c09d..5ca64d769 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -35,6 +35,8 @@ /* Whether the Cairo PDF backend is available */ #cmakedefine HAVE_CAIRO_PDF 1 +#cmakedefine PANGO_ENABLE_ENGINE 1 +#cmakedefine RENDER_WITH_PANGO_CAIRO 1 /* define to 1 if Carbon is available */ #cmakedefine HAVE_CARBON 1 -- 2.30.2