]> git.ipfire.org Git - thirdparty/libvirt.git/commit
meson: add driver_remote option only into meson_options.txt
authorPavel Hrdina <phrdina@redhat.com>
Wed, 29 Jul 2020 12:16:58 +0000 (14:16 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Mon, 3 Aug 2020 07:26:59 +0000 (09:26 +0200)
commit066de4a8d396f65a9e87182f9dfb30d65a9e39ca
tree5e85ac0bbf17499b0c5ea6d61aa2a7403466c14e
parent636bb28c8b4755f0a674f7e3db15b3a35094a06f
meson: add driver_remote option only into meson_options.txt

We cannot add the full option with the code in meson.build because it
depends on xdr option which will be introduced later but we have to have
the option present because it is used by libssh, libssh2 and sasl
options so we need to break the circular dependency.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Neal Gompa <ngompa13@gmail.com>
meson_options.txt