aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-10-15 10:54:37 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-10-15 10:54:37 +0000
commit16c67698dfab6e44ad49acbca6bca34421033aee (patch)
tree35e29ff1c7948c77531e10a0bca05b66c1939ecc
parent449e7717bf857b6dcdbec4b6ed9ab3bb60b55f7a (diff)
downloadopenembedded-16c67698dfab6e44ad49acbca6bca34421033aee.tar.gz
usermanual: s/need to specify everything by yourself/need to specify everything other by yourself/
-rw-r--r--usermanual/usermanual.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/usermanual/usermanual.xml b/usermanual/usermanual.xml
index 90afa37d07..b1cd3c5084 100644
--- a/usermanual/usermanual.xml
+++ b/usermanual/usermanual.xml
@@ -115,7 +115,7 @@ DEPENDS = "gtk+"
RDEPENDS = "cool-ttf-fonts"
</screen>
-The package needs gtk+ to build ('DEPENDS') and requires the 'cool-ttf-fonts' package to run ('RDEPENDS'). OE will add run-time dependencies on libraries on its own via the so called <emphasis>shlibs</emphasis>-code, but you need to specify everything by yourself, which in this case is the 'cool-ttf-fonts' package.
+The package needs gtk+ to build ('DEPENDS') and requires the 'cool-ttf-fonts' package to run ('RDEPENDS'). OE will add run-time dependencies on libraries on its own via the so called <emphasis>shlibs</emphasis>-code, but you need to specify everything other by yourself, which in this case is the 'cool-ttf-fonts' package.
</para>
<para>After entering all this OE will know what to build before trying to build your application, but it doesn't know where to get it yet. So let's add the source location: