diff options
| author | Richard Purdie <richard@openedhand.com> | 2007-08-14 12:46:44 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2007-08-14 12:46:44 +0000 |
| commit | 91b77b4b5a5ebd3837b9c17f4494c0ef48b9c933 (patch) | |
| tree | a195be3482c85e4f4e93697eb413e6d077dc9a86 | |
| parent | 6c7c91760065546e4bcd886eaf9af4719465b5c3 (diff) | |
| download | poky-91b77b4b5a5ebd3837b9c17f4494c0ef48b9c933.tar.gz | |
local.conf.sample: Add a note about optionally extending the PKGCONFIG_PATH for native builds
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2495 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | build/conf/local.conf.sample | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index f2fe56a497..c5bef88e37 100644 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample | |||
| @@ -108,4 +108,10 @@ BBINCLUDELOGS = "yes" | |||
| 108 | # a cvs:// URI. Uncomment this, if you not want to pull directly from CVS. | 108 | # a cvs:// URI. Uncomment this, if you not want to pull directly from CVS. |
| 109 | CVS_TARBALL_STASH = "http://folks.o-hand.com/~richard/poky/sources/" | 109 | CVS_TARBALL_STASH = "http://folks.o-hand.com/~richard/poky/sources/" |
| 110 | 110 | ||
| 111 | # Set this if you wish to make pkgconfig libraries from your system available | ||
| 112 | # for native builds. Combined with extra ASSUME_PROVIDEDs this can allow | ||
| 113 | # native builds of applications like oprofileui-native (unsupported feature). | ||
| 114 | #EXTRA_NATIVE_PKGCONFIG_PATH = ":/usr/lib/pkgconfig" | ||
| 115 | #ASSUME_PROVIDED += "gtk+-native libglade-native" | ||
| 116 | |||
| 111 | ENABLE_BINARY_LOCALE_GENERATION = "1" | 117 | ENABLE_BINARY_LOCALE_GENERATION = "1" |
