diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-04-07 22:25:23 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-04-07 22:25:23 +0000 |
commit | 3bc1deb6a84d5ad1ff47b2efe89ed15d68e5822a (patch) | |
tree | 197167c3b5c7ac3c3818122c0539959f84abcd92 | |
parent | efba7f83ef225df8a0eaee660cb9bba19fd775c0 (diff) |
Unlibcwrap. Bump server version requirement. Bump to 0.81.0.ast-0_81_0XORG-7_1
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | src/ast.h | 5 | ||||
-rw-r--r-- | src/ast_2dtool.c | 1 | ||||
-rw-r--r-- | src/ast_accel.c | 1 | ||||
-rw-r--r-- | src/ast_cursor.c | 1 | ||||
-rw-r--r-- | src/ast_driver.c | 1 | ||||
-rw-r--r-- | src/ast_mode.c | 1 | ||||
-rw-r--r-- | src/ast_tool.c | 1 | ||||
-rw-r--r-- | src/ast_vgatool.c | 1 |
10 files changed, 20 insertions, 11 deletions
@@ -1,3 +1,16 @@ +2006-04-07 Adam Jackson <ajax@freedesktop.org> + + * configure.ac: + * src/ast.h: + * src/ast_2dtool.c: + * src/ast_accel.c: + * src/ast_cursor.c: + * src/ast_driver.c: + * src/ast_mode.c: + * src/ast_tool.c: + * src/ast_vgatool.c: + Unlibcwrap. Bump server version requirement. Bump to 0.81.0. + 2006-03-15 Alan Coopersmith <alan.coopersmith@sun.com> * src/ast.h: @@ -90,4 +103,4 @@ * src/ast_vgatool.h: Initial code release from ASPEED Technology Inc. (Version 0.51) Bugzilla #4937 <https://bugs.freedesktop.org/show_bug.cgi?id=4937> - Attachment #3686 <https://bugs.freedesktop.org/attachment.cgi?id=3686>
\ No newline at end of file + Attachment #3686 <https://bugs.freedesktop.org/attachment.cgi?id=3686> diff --git a/configure.ac b/configure.ac index 8536e44..61b7a39 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ(2.57) AC_INIT([xf86-video-ast], - 0.80, + 0.81.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xf86-video-ast) @@ -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. @@ -20,6 +20,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#include <string.h> +#include <stdlib.h> + /* Compiler Options */ #define Accel_2D /* #define MMIO_2D */ @@ -38,7 +41,7 @@ #define AST_NAME "AST" #define AST_DRIVER_NAME "ast" #define AST_MAJOR_VERSION 0 -#define AST_MINOR_VERSION 80 +#define AST_MINOR_VERSION 81 #define AST_PATCH_VERSION 0 #define AST_VERSION \ ((AST_MAJOR_VERSION << 20) | (AST_MINOR_VERSION << 10) | AST_PATCH_VERSION) diff --git a/src/ast_2dtool.c b/src/ast_2dtool.c index e4bbf8b..afbac7c 100644 --- a/src/ast_2dtool.c +++ b/src/ast_2dtool.c @@ -24,7 +24,6 @@ #include <config.h> #endif #include "xf86.h" -#include "xf86_ansic.h" #include "xf86_OSproc.h" #include "xf86Resources.h" #include "xf86RAC.h" diff --git a/src/ast_accel.c b/src/ast_accel.c index 0247227..689235e 100644 --- a/src/ast_accel.c +++ b/src/ast_accel.c @@ -24,7 +24,6 @@ #include <config.h> #endif #include "xf86.h" -#include "xf86_ansic.h" #include "xf86_OSproc.h" #include "xf86Resources.h" #include "xf86RAC.h" diff --git a/src/ast_cursor.c b/src/ast_cursor.c index 93075e7..9d30e5c 100644 --- a/src/ast_cursor.c +++ b/src/ast_cursor.c @@ -24,7 +24,6 @@ #include <config.h> #endif #include "xf86.h" -#include "xf86_ansic.h" #include "xf86_OSproc.h" #include "xf86Resources.h" #include "xf86RAC.h" diff --git a/src/ast_driver.c b/src/ast_driver.c index 3438f96..8967c9b 100644 --- a/src/ast_driver.c +++ b/src/ast_driver.c @@ -24,7 +24,6 @@ #include <config.h> #endif #include "xf86.h" -#include "xf86_ansic.h" #include "xf86_OSproc.h" #include "xf86Resources.h" #include "xf86RAC.h" diff --git a/src/ast_mode.c b/src/ast_mode.c index 0f2ce34..776ac39 100644 --- a/src/ast_mode.c +++ b/src/ast_mode.c @@ -24,7 +24,6 @@ #include <config.h> #endif #include "xf86.h" -#include "xf86_ansic.h" #include "xf86_OSproc.h" #include "xf86Resources.h" #include "xf86RAC.h" diff --git a/src/ast_tool.c b/src/ast_tool.c index f9c02c1..7a2165d 100644 --- a/src/ast_tool.c +++ b/src/ast_tool.c @@ -24,7 +24,6 @@ #include <config.h> #endif #include "xf86.h" -#include "xf86_ansic.h" #include "xf86_OSproc.h" #include "xf86Resources.h" #include "xf86RAC.h" diff --git a/src/ast_vgatool.c b/src/ast_vgatool.c index 1831f27..a464a01 100644 --- a/src/ast_vgatool.c +++ b/src/ast_vgatool.c @@ -24,7 +24,6 @@ #include <config.h> #endif #include "xf86.h" -#include "xf86_ansic.h" #include "xf86_OSproc.h" #include "xf86Resources.h" #include "xf86RAC.h" |