xorgproto: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Jul 24 15:49:20 UTC 2022


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a3f847b75025a57b64967d08a299bc752c488aee
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jul 24 08:47:30 2022 -0700

    Build xz tarballs instead of bzip2
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

diff --git a/configure.ac b/configure.ac
index 6c3f99b..fa064f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_PREREQ([2.60])
 # keep version in sync with meson.build
 AC_INIT([xorgproto], [2022.1],
         [https://gitlab.freedesktop.org/xorg/proto/xorgproto/issues])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
 
 # Require xorg-macros: XORG_DEFAULT_OPTIONS
 m4_ifndef([XORG_MACROS_VERSION],


More information about the xorg-commit mailing list