Skip to content

Commit

Permalink
Merge pull request #7 from steev/master
Browse files Browse the repository at this point in the history
Build fixes for glib 2.32
  • Loading branch information
stefano-k committed Aug 20, 2012
2 parents e4216b1 + 2ba4ecf commit 2580711
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.ac
Expand Up @@ -163,11 +163,13 @@ dnl Check dependencies
# SHELL_CFLAGS for shell implementation.
# SHELL_LIBS

AC_SEARCH_LIBS([hypot],[m])

PKG_CHECK_MODULES(LIBDOCUMENT, gtk+-$GTK_API_VERSION >= $GTK_REQUIRED gio-2.0 >= $GLIB_REQUIRED)
PKG_CHECK_MODULES(LIBVIEW, gtk+-$GTK_API_VERSION >= $GTK_REQUIRED gail$GAIL_API_VERSION >= $GTK_REQUIRED gthread-2.0 gio-2.0 >= $GLIB_REQUIRED)
PKG_CHECK_MODULES(BACKEND, cairo >= $CAIRO_REQUIRED gtk+-$GTK_API_VERSION >= $GTK_REQUIRED)
PKG_CHECK_MODULES(FRONTEND_CORE, gtk+-$GTK_API_VERSION >= $GTK_REQUIRED gthread-2.0 gio-2.0 >= $GLIB_REQUIRED)
PKG_CHECK_MODULES(GMODULE, gmodule-2.0 >= $GLIB_REQUIRED)

SHELL_PLATFORM_PKGS=
case "$with_platform" in
Expand Down
1 change: 1 addition & 0 deletions libdocument/Makefile.am
Expand Up @@ -114,6 +114,7 @@ libatrildocument_la_LDFLAGS = \

libatrildocument_la_LIBADD = \
$(LIBDOCUMENT_LIBS) \
$(GMODULE_LIBS) \
$(top_builddir)/cut-n-paste/synctex/libsynctex.la


Expand Down

0 comments on commit 2580711

Please sign in to comment.