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:
Enrico Weigelt, metux IT consult
2025-07-22 18:54:35 +02:00
committed by Enrico Weigelt
parent 68b7669078
commit bbd4a54e39

View File

@@ -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