summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2018-09-24 13:03:02 -0700
committerSven Eden <sven.eden@prydeworx.com>2018-10-29 10:18:26 +0100
commite592905014cbab2ea95b762bdc8604bae16b32c0 (patch)
treea2e78f74bd18590d4cc350ab22049f17ea62bd9f /meson.build
parent3ddb90ae3fa7d2c93c12a7d623fd720b12a29d16 (diff)
Make bzip2 an optional dependency for systemd-importd
Yes, there are still a lot of users of bzip2, but it's fallen out of favour after LZMA/xz, which can compress a lot more and often decompresses faster than bzip2 too. (cherry picked from commit 044c2c7a2b322b6561d7e3cc5a48a548fee887f9)
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 09ba87c27..55b41a774 100644
--- a/meson.build
+++ b/meson.build
@@ -1367,7 +1367,6 @@ conf.set10('HAVE_DBUS', have)
# if want_importd != 'false'
# have = (conf.get('HAVE_LIBCURL') == 1 and
# conf.get('HAVE_ZLIB') == 1 and
-# conf.get('HAVE_BZIP2') == 1 and
# conf.get('HAVE_XZ') == 1 and
# conf.get('HAVE_GCRYPT') == 1)
# if want_importd == 'true' and not have