X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=app%2Fpkg-config_wrapper.sh;fp=app%2Fpkg-config_wrapper.sh;h=0000000000000000000000000000000000000000;hb=5a9d121e37b110a8dce34d2a2d506412cac6b2d7;hp=02ed39b9d915f412154c93973a2e406733bf762e;hpb=de4e4f75c59b1da4de91a75b3ab7b94d0ab8335f;p=apps%2Fonscreenapp.git diff --git a/app/pkg-config_wrapper.sh b/app/pkg-config_wrapper.sh deleted file mode 100644 index 02ed39b..0000000 --- a/app/pkg-config_wrapper.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/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 "$@"