xcb-util-renderutil/0002-Build-xz-tarballs-instead-of-bzip2.patch
zhang-liang-pengkun e2af006b35 Build xz tarballs instead of bzip2
Signed-off-by: zhang-liang-pengkun <zhangliangpengkun@xfusion.com>
2024-01-18 21:42:12 +08:00

27 lines
757 B
Diff

From 62518b549eddf3e2f113e965ca90bbe58180993f Mon Sep 17 00:00:00 2001
From: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Wed, 20 Jul 2022 15:25:04 -0700
Subject: [PATCH] Build xz tarballs instead of bzip2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 046a39e..7b4bc8b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_INIT([xcb-util-renderutil],[0.3.9],
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
AM_MAINTAINER_MODE
XCB_UTIL_COMMON([1.4], [1.6])
--
2.39.0.windows.2