diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-01-19 18:30:27 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:43 +0100 |
commit | 2fef45d7931ce12d78e27cb32f34426559dbdeed (patch) | |
tree | 0203a62290cd772dcd24b45a0527e47719095828 /lib | |
parent | 4355449194274d766fb0aec964e6bfce8fa9acdf (diff) |
Check for PangoCairo as well
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index f345d548..ba56be44 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -296,6 +296,8 @@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ +PangoCairo_CFLAGS = @PangoCairo_CFLAGS@ +PangoCairo_LIBS = @PangoCairo_LIBS@ Pango_CFLAGS = @Pango_CFLAGS@ Pango_LIBS = @Pango_LIBS@ RANLIB = @RANLIB@ |