]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf.sample: Add a note about optionally extending the PKGCONFIG_PATH for nativ...
authorRichard Purdie <richard@openedhand.com>
Tue, 14 Aug 2007 12:46:44 +0000 (12:46 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 14 Aug 2007 12:46:44 +0000 (12:46 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2495 311d38ba-8fff-0310-9ca6-ca027cbcb966

build/conf/local.conf.sample

index f2fe56a497f9c2e8e97affc01fa7198086882126..c5bef88e3725fd73336c1ba39b827bcdeecb8a08 100644 (file)
@@ -108,4 +108,10 @@ BBINCLUDELOGS = "yes"
 # a cvs:// URI.  Uncomment this, if you not want to pull directly from CVS.
 CVS_TARBALL_STASH = "http://folks.o-hand.com/~richard/poky/sources/"
 
+# Set this if you wish to make pkgconfig libraries from your system available 
+# for native builds. Combined with extra ASSUME_PROVIDEDs this can allow 
+# native builds of applications like oprofileui-native (unsupported feature).
+#EXTRA_NATIVE_PKGCONFIG_PATH = ":/usr/lib/pkgconfig"
+#ASSUME_PROVIDED += "gtk+-native libglade-native"
+
 ENABLE_BINARY_LOCALE_GENERATION = "1"