Define DUMMY_*_VERSION* using PACKAGE_VERSION_*
This commit is contained in:
parent
22e38bed8c
commit
345de2bd04
@ -85,9 +85,9 @@ static Bool dummyDriverFunc(ScrnInfoPtr pScrn, xorgDriverFuncOp op,
|
|||||||
#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 PACKAGE_VERSION_MAJOR
|
||||||
#define DUMMY_MINOR_VERSION 2
|
#define DUMMY_MINOR_VERSION PACKAGE_VERSION_MINOR
|
||||||
#define DUMMY_PATCHLEVEL 0
|
#define DUMMY_PATCHLEVEL PACKAGE_VERSION_PATCHLEVEL
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This is intentionally screen-independent. It indicates the binding
|
* This is intentionally screen-independent. It indicates the binding
|
||||||
|
Loading…
Reference in New Issue
Block a user