diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-04-07 20:58:57 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-04-07 20:58:57 +0000 |
commit | 9a316eaea700e3a356f922506bf2c79e00fd9d83 (patch) | |
tree | 6b993e58024fa728a3d9281b23abe920b728d4af /configure.ac | |
parent | c394f38c9a998eebec134a9a77ced46b9c005b9d (diff) |
Unlibcwrap. Bump server version requirement. Bump to 1.4.0.siliconmotion-1_4_0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 4889073..563383a 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ(2.57) AC_INIT([xf86-video-siliconmotion], - 1.3.1.5, + 1.4.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xf86-video-siliconmotion) @@ -54,7 +54,7 @@ XORG_DRIVER_CHECK_EXT(XV, videoproto) XORG_DRIVER_CHECK_EXT(DPMSExtension, xextproto) # Checks for pkg-config packages -PKG_CHECK_MODULES(XORG, [xorg-server xproto fontsproto $REQUIRED_MODULES]) +PKG_CHECK_MODULES(XORG, [xorg-server >= 1.0.99.901 xproto fontsproto $REQUIRED_MODULES]) sdkdir=$(pkg-config --variable=sdkdir xorg-server) # Checks for libraries. |