summaryrefslogtreecommitdiffstats
path: root/demo3/vertical/videoplayer/app/pkg-config_wrapper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'demo3/vertical/videoplayer/app/pkg-config_wrapper.sh')
-rw-r--r--demo3/vertical/videoplayer/app/pkg-config_wrapper.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/demo3/vertical/videoplayer/app/pkg-config_wrapper.sh b/demo3/vertical/videoplayer/app/pkg-config_wrapper.sh
new file mode 100644
index 0000000..02ed39b
--- /dev/null
+++ b/demo3/vertical/videoplayer/app/pkg-config_wrapper.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+PKG_CONFIG_SYSROOT_DIR=/opt/sdk/sysroots/aarch64-agl-linux
+export PKG_CONFIG_SYSROOT_DIR
+PKG_CONFIG_LIBDIR=/opt/sdk/sysroots/aarch64-agl-linux/usr/lib/pkgconfig:/opt/sdk/sysroots/aarch64-agl-linux/usr/share/pkgconfig
+export PKG_CONFIG_LIBDIR
+exec pkg-config "$@"