summaryrefslogtreecommitdiffstats
path: root/demo3/horizontal/dashboard/app/config.tests/libhomescreen/pkg-config_wrapper.sh
blob: 756b92214c4b820421675a95b90d937bb51856e8 (plain)
1
2
3
4
5
6
#!/bin/sh
PKG_CONFIG_SYSROOT_DIR=/home/tte/work/sdk/sysroots/aarch64-agl-linux
export PKG_CONFIG_SYSROOT_DIR
PKG_CONFIG_LIBDIR=/home/tte/work/sdk/sysroots/aarch64-agl-linux/usr/lib/pkgconfig:/home/tte/work/sdk/sysroots/aarch64-agl-linux/usr/share/pkgconfig:/home/tte/work/sdk/sysroots/aarch64-agl-linux/usr/lib/aarch64-agl-linux/pkgconfig
export PKG_CONFIG_LIBDIR
exec pkg-config "$@"