xfree86: drivers: geode: 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 17:44:27 +02:00
parent 47e8a430ca
commit 929f396b0d

View File

@@ -65,9 +65,9 @@
#define GEODE_NAME "GEODE"
#define GEODE_DRIVER_NAME "geode"
#define GEODE_VERSION 4000
#define GEODE_VERSION_MAJOR PACKAGE_VERSION_MAJOR
#define GEODE_VERSION_MINOR PACKAGE_VERSION_MINOR
#define GEODE_VERSION_PATCH PACKAGE_VERSION_PATCHLEVEL
#define GEODE_VERSION_MAJOR 2
#define GEODE_VERSION_MINOR 18
#define GEODE_VERSION_PATCH 1
/* Forward definitions */
static const OptionInfoRec *AmdAvailableOptions(int chipid, int busid);