2007-10-06 23:50:47 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2022-08-09 21:54:04 +02:00
|
|
|
${STAGING_DIR_HOST}/bin/pkg-config.real \
|
2020-03-13 15:54:50 +01:00
|
|
|
--keep-system-cflags \
|
|
|
|
--keep-system-libs \
|
2019-11-28 11:19:32 -08:00
|
|
|
--define-variable=prefix="${STAGING_PREFIX}" \
|
2024-04-11 17:02:45 +02:00
|
|
|
--define-variable=prefix_host="${STAGING_DIR_HOST}" \
|
|
|
|
--define-variable=prefix_hostpkg="${STAGING_DIR_HOSTPKG}" \
|
2019-11-28 11:19:32 -08:00
|
|
|
--define-variable=exec_prefix="${STAGING_PREFIX}" \
|
2021-10-19 11:08:46 +02:00
|
|
|
--define-variable=bindir="${STAGING_PREFIX}/bin" \
|
|
|
|
$PKG_CONFIG_EXTRAARGS "$@"
|