diff options
author | marha <marha@users.sourceforge.net> | 2013-10-01 12:23:16 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-10-01 12:28:08 +0200 |
commit | 6dd755aa923291db2501cc5c22e409c41a70e3c1 (patch) | |
tree | fa88a321afc13657f7687a25d466f49151c9599a /apps/xclock/configure.ac | |
parent | a5391fdea94a7b827069c6f926f83a235076ccb4 (diff) | |
download | vcxsrv-6dd755aa923291db2501cc5c22e409c41a70e3c1.tar.gz vcxsrv-6dd755aa923291db2501cc5c22e409c41a70e3c1.tar.bz2 vcxsrv-6dd755aa923291db2501cc5c22e409c41a70e3c1.zip |
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
Diffstat (limited to 'apps/xclock/configure.ac')
-rw-r--r-- | apps/xclock/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
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 |