From 680fc8bfee0736ff64ec7c9b83478ecd7dc67878 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 9 Dec 2025 15:29:05 +0100 Subject: [PATCH] configure.ac: fix package name Signed-off-by: Enrico Weigelt, metux IT consult --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0068b1e..ba3ab5c 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([xf86-video-ast], +AC_INIT([xlibre-xf86-video-ast], [1.2.0], [https://github.com/X11Libre/xf86-video-ast/issues], [xf86-video-ast])