Unlibcwrap. Bump server version requirement. Bump to 1.1.0.
This commit is contained in:
parent
474af88079
commit
7432eaf48b
@ -1,3 +1,12 @@
|
|||||||
|
2006-04-06 Adam Jackson <ajax@freedesktop.org>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
* src/dummy.h:
|
||||||
|
* src/dummy_cursor.c:
|
||||||
|
* src/dummy_dga.c:
|
||||||
|
* src/dummy_driver.c:
|
||||||
|
Unlibcwrap. Bump server version requirement. Bump to 0.2.0.
|
||||||
|
|
||||||
2005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org>
|
2005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.57)
|
||||||
AC_INIT([xf86-video-dummy],
|
AC_INIT([xf86-video-dummy],
|
||||||
0.1.0.5,
|
0.2.0,
|
||||||
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
|
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
|
||||||
xf86-video-dummy)
|
xf86-video-dummy)
|
||||||
|
|
||||||
@ -54,7 +54,7 @@ XORG_DRIVER_CHECK_EXT(XV, videoproto)
|
|||||||
XORG_DRIVER_CHECK_EXT(XFreeXDGA, xf86dgaproto)
|
XORG_DRIVER_CHECK_EXT(XFreeXDGA, xf86dgaproto)
|
||||||
|
|
||||||
# Checks for pkg-config packages
|
# 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)
|
sdkdir=$(pkg-config --variable=sdkdir xorg-server)
|
||||||
|
|
||||||
CFLAGS="$CFLAGS $XORG_CFLAGS "' -I$(top_srcdir)/src'
|
CFLAGS="$CFLAGS $XORG_CFLAGS "' -I$(top_srcdir)/src'
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
/* All drivers should typically include these */
|
/* All drivers should typically include these */
|
||||||
#include "xf86.h"
|
#include "xf86.h"
|
||||||
#include "xf86_OSproc.h"
|
#include "xf86_OSproc.h"
|
||||||
#include "xf86_ansic.h"
|
|
||||||
|
|
||||||
#include "xf86Cursor.h"
|
#include "xf86Cursor.h"
|
||||||
|
|
||||||
#include "xf86xv.h"
|
#include "xf86xv.h"
|
||||||
#include <X11/extensions/Xv.h>
|
#include <X11/extensions/Xv.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
/* Supported chipsets */
|
/* Supported chipsets */
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
/* All drivers should typically include these */
|
/* All drivers should typically include these */
|
||||||
#include "xf86.h"
|
#include "xf86.h"
|
||||||
#include "xf86_OSproc.h"
|
#include "xf86_OSproc.h"
|
||||||
#include "xf86_ansic.h"
|
|
||||||
|
|
||||||
#include "xf86Cursor.h"
|
#include "xf86Cursor.h"
|
||||||
#include "cursorstr.h"
|
#include "cursorstr.h"
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
#include "xf86.h"
|
#include "xf86.h"
|
||||||
#include "xf86_OSproc.h"
|
#include "xf86_OSproc.h"
|
||||||
#include "xf86_ansic.h"
|
|
||||||
#include "xf86Pci.h"
|
#include "xf86Pci.h"
|
||||||
#include "xf86PciInfo.h"
|
#include "xf86PciInfo.h"
|
||||||
#include "dgaproc.h"
|
#include "dgaproc.h"
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
/* All drivers should typically include these */
|
/* All drivers should typically include these */
|
||||||
#include "xf86.h"
|
#include "xf86.h"
|
||||||
#include "xf86_OSproc.h"
|
#include "xf86_OSproc.h"
|
||||||
#include "xf86_ansic.h"
|
|
||||||
|
|
||||||
/* This is used for module versioning */
|
/* This is used for module versioning */
|
||||||
#include "xf86Version.h"
|
#include "xf86Version.h"
|
||||||
@ -82,12 +81,12 @@ static Bool dummyDriverFunc(ScrnInfoPtr pScrn, xorgDriverFuncOp op,
|
|||||||
/* static void DUMMYDisplayPowerManagementSet(ScrnInfoPtr pScrn, */
|
/* static void DUMMYDisplayPowerManagementSet(ScrnInfoPtr pScrn, */
|
||||||
/* int PowerManagementMode, int flags); */
|
/* int PowerManagementMode, int flags); */
|
||||||
|
|
||||||
#define VERSION 4000
|
#define DUMMY_VERSION 4000
|
||||||
#define DUMMY_NAME "DUMMY"
|
#define DUMMY_NAME "DUMMY"
|
||||||
#define DUMMY_DRIVER_NAME "dummy"
|
#define DUMMY_DRIVER_NAME "dummy"
|
||||||
|
|
||||||
#define DUMMY_MAJOR_VERSION 0
|
#define DUMMY_MAJOR_VERSION 0
|
||||||
#define DUMMY_MINOR_VERSION 1
|
#define DUMMY_MINOR_VERSION 2
|
||||||
#define DUMMY_PATCHLEVEL 0
|
#define DUMMY_PATCHLEVEL 0
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -106,7 +105,7 @@ static int pix24bpp = 0;
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
_X_EXPORT DriverRec DUMMY = {
|
_X_EXPORT DriverRec DUMMY = {
|
||||||
VERSION,
|
DUMMY_VERSION,
|
||||||
DUMMY_DRIVER_NAME,
|
DUMMY_DRIVER_NAME,
|
||||||
DUMMYIdentify,
|
DUMMYIdentify,
|
||||||
DUMMYProbe,
|
DUMMYProbe,
|
||||||
|
Loading…
Reference in New Issue
Block a user