Run-time dependency libclc found: NO (tried pkgconfig and cmake)
meson.build:836:2: ERROR: Dependency "libclc" not found, tried pkgconfig and cmake
--
You received this message because you are subscribed to the Google Groups "The Meson Build System" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mesonbuild+...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/mesonbuild/CAPUEvW17YQPQbgm6Xp6aaYc7qhxTsE36rowAXSW%3Dvv%2Bd8WoVkA%40mail.gmail.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/mesonbuild/74f6c044-0e1b-41f9-aaf0-d1c59c9d87een%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/mesonbuild/8b0a45d1-6984-4415-8d51-2c271790bb4dn%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/mesonbuild/CAMs%3D9yXV8L9PXmXuXbZB0R%3DznE_iiYY6KW6dKdBcMSX-kLHvEg%40mail.gmail.com.
The message above references the PKG_CONFIG_PATH environment variable. This variable is used to augment pkg-config's search path. On a typical Unix system, it will search in the directories /usr/lib/pkgconfig and /usr/share/pkgconfig. This will usually cover system installed modules. However, some local modules may be installed in a different prefix such as /usr/local. In that case, it's necessary to prepend the search path so that pkg-config can locate the .pc files.
$ pkg-config --modversion hello