From 36fe083c39bef0a17328f008d4935a562efa123b Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Wed, 14 Nov 2018 13:01:56 +0900 Subject: Add restriction for vertical mode This applciation is used to display restriction text, When car is running and videoplayer is showing. Change-Id: If8f287cd129638ccc0c87d03cc9dc7c53953f916 Signed-off-by: zheng_wenlong --- demo3/vertical/restriction/app/pkg-config_wrapper.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 demo3/vertical/restriction/app/pkg-config_wrapper.sh (limited to 'demo3/vertical/restriction/app/pkg-config_wrapper.sh') diff --git a/demo3/vertical/restriction/app/pkg-config_wrapper.sh b/demo3/vertical/restriction/app/pkg-config_wrapper.sh new file mode 100644 index 0000000..02ed39b --- /dev/null +++ b/demo3/vertical/restriction/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 "$@" -- cgit 1.2.3-korg