[Mesa-dev] [Bug 109062] meson incorrectly handles/reports libdrm_$foo

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Dec 17 19:29:53 UTC 2018


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

--- Comment #6 from Dylan Baker <baker.dylan.c at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20181217/bdc17bc4/attachment-0001.html>


More information about the mesa-dev mailing list