ascent12 / drm_info

Moved to https://gitlab.freedesktop.org/emersion/drm_info
MIT License
64 stars 13 forks source link

Dependencies must be external dependencies #54

Closed emersion closed 3 years ago

emersion commented 4 years ago

Not sure what this is about…

meson.build:72:6: ERROR: Dependencies must be external dependencies
emersion commented 3 years ago

This happens when building with libdrm as a subproject. Since cc.has_function is run at setup-time, it can't operate on a dependency that isn't yet built.