projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
385f8b4
)
configure.ac: add pangocairo to list of needed libraries
author
Arun Persaud
<arun@nubati.net>
Tue, 15 Mar 2016 02:36:44 +0000 (19:36 -0700)
committer
Arun Persaud
<arun@nubati.net>
Tue, 15 Mar 2016 02:36:44 +0000 (19:36 -0700)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
832570f
..
a20d389
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-128,7
+128,7
@@
AS_IF( [test "x$PKGCONFIG" = xpkgconfig_not_found],
AC_MSG_ERROR([cannot find pkg-config! Please install it.]))
dnl | check for cairo and librsvg
-PKG_CHECK_MODULES([CAIRO], [ cairo >= 1.2.0 librsvg-2.0 >= 2.14.0 ])
+PKG_CHECK_MODULES([CAIRO], [ cairo >= 1.2.0 pangocairo librsvg-2.0 >= 2.14.0 ])
AC_SUBST(CAIRO_CFLAGS)
AC_SUBST(CAIRO_LIBS)