https://bugs.freedesktop.org/show_bug.cgi?id=109062

--- Comment #6 from Dylan Baker <baker.dyla...@gmail.com> ---
that's not the right comparison though. Meson doesn't support querying two
dependencies at the same time, that's something that only pkg-config can do
(you can't do that with windows find-a-dll, mac's frameworks, cmake searching,
or the wrappers for the various *-config tools. So what you're actually doing
is:

pkg-config --libs "libdrm_nouveau >= 2.4.20"

vs

pkg-config --libs "libdrm >= 2.4.20"
pkg-config --libs "libdrm_nouveau >= 2.4.20"

that will take more time, I think it's worth while to figure out how much time.
I fell like spending less time configuring is more important than getting a
slightly better error message.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to