From 9ee98a06160ee2b234e92db70eb18e128fc76e5d Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Thu, 6 Jun 2019 16:31:25 +0900 Subject: add hubtbt --- build/app/config.tests/qlibhomescreen/pkg-config_wrapper.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 build/app/config.tests/qlibhomescreen/pkg-config_wrapper.sh (limited to 'build/app/config.tests/qlibhomescreen/pkg-config_wrapper.sh') diff --git a/build/app/config.tests/qlibhomescreen/pkg-config_wrapper.sh b/build/app/config.tests/qlibhomescreen/pkg-config_wrapper.sh new file mode 100755 index 0000000..fb5fe9e --- /dev/null +++ b/build/app/config.tests/qlibhomescreen/pkg-config_wrapper.sh @@ -0,0 +1,6 @@ +#!/bin/sh +PKG_CONFIG_SYSROOT_DIR=/home/tte/work/sdk/guppy7.0.1/sysroots/aarch64-agl-linux +export PKG_CONFIG_SYSROOT_DIR +PKG_CONFIG_LIBDIR=/home/tte/work/sdk/guppy7.0.1/sysroots/aarch64-agl-linux/usr/lib/pkgconfig:/home/tte/work/sdk/guppy7.0.1/sysroots/aarch64-agl-linux/usr/share/pkgconfig:/home/tte/work/sdk/guppy7.0.1/sysroots/aarch64-agl-linux/usr/lib/aarch64-agl-linux/pkgconfig +export PKG_CONFIG_LIBDIR +exec pkg-config "$@" -- cgit 1.2.3-korg