configure.ac: drop DRIVER_NAME symbol

trivial enough to just write `vesa` in the very few places

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-16 18:55:38 +01:00
parent ddc8c0f6ca
commit db6dd3ec96
2 changed files with 2 additions and 5 deletions

View File

@@ -63,9 +63,6 @@ PKG_CHECK_MODULES(XORG, xorg-server >= 1.18 xproto fontsproto $REQUIRED_MODULES)
PKG_CHECK_MODULES(XEXT, [xextproto >= 7.0.99.1])
PKG_CHECK_MODULES([PCIACCESS], [pciaccess >= 0.12.901])
DRIVER_NAME=vesa
AC_SUBST([DRIVER_NAME])
AC_CONFIG_FILES([
Makefile
src/Makefile

View File

@@ -23,11 +23,11 @@
drivermandir = $(DRIVER_MAN_DIR)
driverman_PRE = @DRIVER_NAME@.man
driverman_PRE = vesa.man
driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@)
EXTRA_DIST = @DRIVER_NAME@.man
EXTRA_DIST = vesa.man
CLEANFILES = $(driverman_DATA)