summaryrefslogtreecommitdiffstats
path: root/build/app/config.tests/qlibhomescreen/pkg-config_wrapper.sh
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-06-14 14:07:03 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-06-14 14:07:18 +0900
commitce5f8895a92fda1d8d22a38d54d30cd74a326496 (patch)
tree657071945085119e475888886ad98849eaa8483d /build/app/config.tests/qlibhomescreen/pkg-config_wrapper.sh
parent9ee98a06160ee2b234e92db70eb18e128fc76e5d (diff)
add hudspeed
Diffstat (limited to 'build/app/config.tests/qlibhomescreen/pkg-config_wrapper.sh')
-rwxr-xr-xbuild/app/config.tests/qlibhomescreen/pkg-config_wrapper.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/build/app/config.tests/qlibhomescreen/pkg-config_wrapper.sh b/build/app/config.tests/qlibhomescreen/pkg-config_wrapper.sh
deleted file mode 100755
index fb5fe9e..0000000
--- a/build/app/config.tests/qlibhomescreen/pkg-config_wrapper.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/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 "$@"