In some cases it may be necessary to set PKG_CONFIG_SYSROOT_DIR, like when you've mounted a host architecture system in an arbitrary path. Meson will now check the cross files for a [properties]:sys_root variable and set the PKG_CONFIG_SYSROOT_DIR environment variable based on that variable. Fixes #3801 Fixes #4057pull/5473/head
parent
41a0292993
commit
e182dba61f
3 changed files with 16 additions and 0 deletions
@ -0,0 +1,5 @@ |
||||
## Enhancements to the pkg_config_path argument |
||||
|
||||
Setting sys_root in the [properties] section of your cross file will now set |
||||
PKG_CONFIG_SYSROOT_DIR automatically for host system dependencies when |
||||
cross compiling. |
Loading…
Reference in new issue