114 Star 0 Fork 4

src-openEuler/xcb-util-wm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
backport-0001-Build-xz-tarballs-instead-of-bzip2.patch 755 Bytes
一键复制 编辑 原始数据 按行查看 历史
yangbo 提交于 2023-01-07 15:52 . Build xz tarballs instead of bzip2
From dbb4df470dbe8ec142218fac4c7563a5772ff07c Mon Sep 17 00:00:00 2001
From: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Wed, 20 Jul 2022 15:40:21 -0700
Subject: [PATCH 03/11] 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 f700e1d..8615af7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_INIT([xcb-util-wm],[0.4.1],
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_M4_WITH_INCLUDE_PATH
--
2.39.0.windows.2
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/xcb-util-wm.git
git@gitee.com:src-openeuler/xcb-util-wm.git
src-openeuler
xcb-util-wm
xcb-util-wm
master

搜索帮助