Files
xf86-video-v4l/configure.ac
Enrico Weigelt, metux IT consult 7c7ecbdf70 configure.ac: use new xserver driver build macros
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2026-01-30 16:35:41 +01:00

11 lines
256 B
Plaintext

AC_PREREQ([2.60])
AC_INIT([xlibre-xf86-video-v4l],
[25.0.0],
[https://github.com/X11Libre/xf86-video-v4l/issues],
[xlibre-xf86-video-v4l])
XLIBRE_INIT_MODULE_AM(v4l)
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile])
AC_OUTPUT