mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
xfree86: drivers: apm: define versions directly
Since we're in-tree now, we don't have the autoconf-generated symbols PACKAGE_VERSION_* anymore, so define them directly. The driver's version number became pretty meaningless now anyways. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
68b7669078
commit
bbd4a54e39
@@ -12,9 +12,9 @@
|
||||
#define APM_VERSION 4000
|
||||
#define APM_NAME "APM"
|
||||
#define APM_DRIVER_NAME "apm"
|
||||
#define APM_MAJOR_VERSION PACKAGE_VERSION_MAJOR
|
||||
#define APM_MINOR_VERSION PACKAGE_VERSION_MINOR
|
||||
#define APM_PATCHLEVEL PACKAGE_VERSION_PATCHLEVEL
|
||||
#define APM_MAJOR_VERSION 1
|
||||
#define APM_MINOR_VERSION 0
|
||||
#define APM_PATCHLEVEL 1
|
||||
|
||||
#define PCI_VENDOR_ALLIANCE 0x1142
|
||||
#define PCI_CHIP_AP6422 0x6422
|
||||
|
||||
Reference in New Issue
Block a user