Re: [PATCH 2/3] meson.build: Don't use internal libfdt if the user requested the system libfdt

2021-08-27 Thread Philippe Mathieu-Daudé
On 8/27/21 2:09 PM, Thomas Huth wrote: > If the users ran configure with --enable-libfdt=system, they likely did > that on purpose. We should not silently fall back to the internal libfdt > if the system libfdt is not usable, but report the problem with a proper > message instead. > >

[PATCH 2/3] meson.build: Don't use internal libfdt if the user requested the system libfdt

2021-08-27 Thread Thomas Huth
If the users ran configure with --enable-libfdt=system, they likely did that on purpose. We should not silently fall back to the internal libfdt if the system libfdt is not usable, but report the problem with a proper message instead. Signed-off-by: Thomas Huth --- meson.build | 2 ++ 1 file