mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 01:59:56 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user