diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-10-13 15:32:54 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-10-13 16:52:54 +0000 |
commit | 81cb5eaab9ef01cc32f0de0acc55d0bd1b75ac41 (patch) | |
tree | 4bb3544881c9b0e086aac6d0a8b5c9fe7d1af9d6 /devel/libvirt | |
parent | 6a70cd6188dcb345c75fba5f0a24067ad92fc6f8 (diff) | |
download | ports-81cb5eaab9ef01cc32f0de0acc55d0bd1b75ac41.tar.gz ports-81cb5eaab9ef01cc32f0de0acc55d0bd1b75ac41.zip |
devel/libvirt: drop unused Meson options after e03306805502
meson.build:1:0: ERROR: Unknown options: "dbus, hal"
https://gitlab.com/libvirt/libvirt/-/commit/cf6cc86cd217
https://gitlab.com/libvirt/libvirt/-/commit/de3289e2b538
PR: 259080
Reported by: antoine (via exp-run)
Regressed by: https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c
Diffstat (limited to 'devel/libvirt')
-rw-r--r-- | devel/libvirt/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index 35993101f8df..324d904cbbcc 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -77,9 +77,7 @@ VARDIR= /var MESON_ARGS+= \ -Ddriver_remote=enabled \ - -Ddbus=disabled \ -Dpolkit=disabled \ - -Dhal=disabled \ -Dudev=disabled \ -Dnetcf=disabled \ -Dsysctl_config=disabled \ |