summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-16 11:45:08 -0800
committerPeter Hutterer <peter.hutterer@who-t.net>2022-01-16 21:32:35 +0000
commita3d38b0f40c771c4064cb0047ccf46f4d299d557 (patch)
treeac03eeb34e99aaa2ecdadfd9c4d0e17f695f601e
parente3a75f34f865f66e0ebf04b8c11fd97c972647d6 (diff)
downloadxorg-driver-xf86-input-libinput-a3d38b0f40c771c4064cb0047ccf46f4d299d557.tar.gz
Build xz tarballs instead of bzip2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e7f8962..5a58148 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR(.)
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Initialize libtool
AC_DISABLE_STATIC