mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 05:40:13 +01:00
docs: show which pkg-config Fedora uses for cross-compilation
Learned the hard way. Only tested on Fedora but other RPM-based distros are likely to be the same. Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31945>
This commit is contained in:
parent
0051807e7e
commit
75fb91501e
1 changed files with 4 additions and 1 deletions
|
|
@ -522,8 +522,11 @@ needed to fix build error messages.
|
|||
# cpp = ['ccache', 'g++']
|
||||
ar = '/usr/bin/gcc-ar'
|
||||
strip = '/usr/bin/strip'
|
||||
pkg-config = '/usr/bin/pkg-config-32'
|
||||
llvm-config = '/usr/bin/llvm-config32'
|
||||
pkg-config = '/usr/bin/pkg-config-32'
|
||||
# As of version 40, Fedora uses a full target platform prefix for
|
||||
# pkg-config instead, like the ARM and Windows examples below:
|
||||
# pkg-config = 'i686-redhat-linux-gnu-pkg-config'
|
||||
|
||||
[properties]
|
||||
c_args = ['-m32']
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue