You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests/check/meson.build:24:35: ERROR: Could not get pkg-config variable and no default provided for <PkgConfigDependency gstreamer-1.0: True ['>= 1.0.0']>
meson setup builddir -- prefix /usr/.
The above error occurs when the build proceeds.
Jetpack 5.1 version, pylon 7.2.1 version
meson setup builddir --prefix /usr/.
tests/check/meson.build:24:35: ERROR: Could not get pkg-config variable and no default provided for <PkgConfigDependency gstreamer-1.0: True ['>= 1.0.0']>
meson setup builddir -- prefix /usr/.
The above error occurs when the build proceeds.
Terminal Input : pkg-config --variable=pcfiledir gstreamer-1.0
Output : /usr/lib/aarch64-linux-gnu/pkgconfig
As you can see above, the pkg-config route comes out well without any problems.
Just in case, I just retried to version 7.4, but the same error occurred.
On other Jetpack 5.0.1 devices, it proceeds without problems.
Help Me
The text was updated successfully, but these errors were encountered: