From 6dd755aa923291db2501cc5c22e409c41a70e3c1 Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 1 Oct 2013 12:23:16 +0200 Subject: Update following packages: libXpm-3.5.11 libXaw-1.0.12 libXfont-1.4.6 libXrender-0.9.8 xproto-7.0.24 inputproto-2.3 xclock-1.0.7 xhost-1.0.6 --- apps/xclock/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/xclock/configure.ac') diff --git a/apps/xclock/configure.ac b/apps/xclock/configure.ac index c7ec91b76..9dc15f628 100644 --- a/apps/xclock/configure.ac +++ b/apps/xclock/configure.ac @@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure. AC_PREREQ([2.60]) AC_INIT([xclock], - [1.0.6], + [1.0.7], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xclock]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) @@ -44,7 +44,7 @@ AC_CHECK_FUNCS([strlcpy getpid]) AM_ICONV dnl Required dependencies -PKG_CHECK_MODULES(XCLOCK, xaw7 xmu x11) +PKG_CHECK_MODULES(XCLOCK, [xaw7 xmu x11 xproto >= 7.0.17]) XCLOCK_LIBS="$XCLOCK_LIBS $LIBICONV" dnl Optional dependencies -- cgit v1.2.3