|
|
@ -2,7 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# Filename: package/.../pkgconfig/parse-config |
|
|
|
# Copyright (C) 2006 - 2008 The OpenSDE Project |
|
|
|
# Copyright (C) 2006 - 2009 The OpenSDE Project |
|
|
|
# Copyright (C) 2006 The T2 SDE Project |
|
|
|
# |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
@ -17,7 +17,7 @@ if atstage cross; then |
|
|
|
#export PKG_CONFIG_DEBUG_SPEW=yes |
|
|
|
PKG_CONFIG_SYSROOT_DIR=$base/build/$SDECFG_ID |
|
|
|
PKG_CONFIG_PATH= |
|
|
|
for x in $PKG_CONFIG_SYSROOT_DIR/{usr,usr/X11*,usr/local,opt/*}/{lib,lib64,share}/pkgconfig; do |
|
|
|
for x in $PKG_CONFIG_SYSROOT_DIR/{,usr,usr/X11*,usr/local,opt/*}/{lib,lib64,share}/pkgconfig; do |
|
|
|
[ -d "$x" ] && PKG_CONFIG_PATH="${PKG_CONFIG_PATH:+$PKG_CONFIG_PATH:}$x" |
|
|
|
done |
|
|
|
export PKG_CONFIG_PATH |
|
|
|