From 3f48838e6f469e5090a0b95864c298736b3b4e4f Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 10 Jun 2012 16:05:59 +0200 Subject: shell: Use gdbus-codegen for the org.mate.atril.Application interface origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-6&id=c9aada8 --- configure.ac | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d85c7690..45836282 100644 --- a/configure.ac +++ b/configure.ac @@ -144,9 +144,15 @@ AS_IF([test "x$found_zlib" = "xno"], [ AC_SUBST(ZLIB_LIBS) ]) -dnl -dnl SM client -dnl +AC_ARG_VAR([GDBUS_CODEGEN],[the gdbus-codegen programme]) +AC_PATH_PROG([GDBUS_CODEGEN],[gdbus-codegen],[]) +if test -z "$GDBUS_CODEGEN"; then + AC_MSG_ERROR([gdbus-codegen not found]) +fi + + # ********* + # SM client + # ********* PKG_CHECK_MODULES([SMCLIENT],[gtk+-3.0 gthread-2.0 sm >= 1.0.0]) AC_SUBST([SMCLIENT_CFLAGS]) -- cgit v1.2.1