diff options
author | Tomasz Bachorski <tomasz.bachorski@x7f.io> | 2017-12-30 12:23:24 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-12-30 12:23:24 +0100 |
commit | dc0c2e25125bdb35099352d795a9828b83f54909 (patch) | |
tree | d4688d7cb3ebd61a0dc020491325d7c38dafe3fe /.mkosi | |
parent | b954c051c2d9977fb7a856d2f7618b8aa8b90740 (diff) | |
download | systemd-dc0c2e25125bdb35099352d795a9828b83f54909.tar.gz |
mkosi: use libidn2 on Arch (#7751)
Since libidn2 is now available in Arch official repositories, let's use
it instead of libidn.
Diffstat (limited to '.mkosi')
-rw-r--r-- | .mkosi/mkosi.arch | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.mkosi/mkosi.arch b/.mkosi/mkosi.arch index a823a95e70..d7f6bc866a 100644 --- a/.mkosi/mkosi.arch +++ b/.mkosi/mkosi.arch @@ -50,7 +50,7 @@ BuildPackages= kmod libcap libgcrypt - libidn + libidn2 libmicrohttpd libseccomp libtool @@ -66,7 +66,6 @@ BuildPackages= python-lxml qrencode xz -# TODO use libidn2 once it's available in official repositories Packages= - libidn + libidn2 |