]> git.proxmox.com Git - mirror_qemu.git/commit
tests/vm/freebsd: Add additional library paths for libfdt
authorThomas Huth <thuth@redhat.com>
Mon, 16 Oct 2023 16:10:53 +0000 (18:10 +0200)
committerThomas Huth <thuth@redhat.com>
Fri, 27 Oct 2023 07:47:19 +0000 (09:47 +0200)
commitc73272f52fc0e7614e4110b147b9d6efb589854b
tree168a199930a78e93cc1c514028c8a60f13ace19f
parentc7437f0ddb8ee45bf96d949ddfcbb7697ae3d415
tests/vm/freebsd: Add additional library paths for libfdt

libfdt is installed in /usr/local on FreeBSD, and since this
library does not have a pkg-config file, we have to specify the
paths manually. This way we can avoid that Meson has to recompile
the dtc subproject each time.

Message-ID: <20231016161053.39150-1-thuth@redhat.com>
Reviewed-by: Warner Losh <imp@bsdimp.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/vm/freebsd