diff options
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 2ac4a0acda..39e173363a 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -316,6 +316,7 @@ | |||
316 | Provides additional <filename>shlibs</filename> provider | 316 | Provides additional <filename>shlibs</filename> provider |
317 | mapping information, which adds to or overwrites the | 317 | mapping information, which adds to or overwrites the |
318 | information provided automatically by the system. | 318 | information provided automatically by the system. |
319 | Separate multiple entries using spaces. | ||
319 | </para> | 320 | </para> |
320 | 321 | ||
321 | <para> | 322 | <para> |
@@ -327,9 +328,16 @@ | |||
327 | <literallayout class='monospaced'> | 328 | <literallayout class='monospaced'> |
328 | <replaceable>shlibname:packagename</replaceable>[_<replaceable>version</replaceable>] | 329 | <replaceable>shlibname:packagename</replaceable>[_<replaceable>version</replaceable>] |
329 | </literallayout> | 330 | </literallayout> |
330 | <note> | 331 | </para> |
331 | Separate multiple entries using spaces. | 332 | |
332 | </note> | 333 | <para> |
334 | Here is an example that adds an | ||
335 | <filename>shlib</filename> provider named | ||
336 | <filename>libEGL.so.1</filename> to the | ||
337 | <filename>libegl-implementation</filename> package: | ||
338 | <literallayout class='monospaced'> | ||
339 | ASSUME_SHLIBS = "libEGL.so.1:libegl-implementation" | ||
340 | </literallayout> | ||
333 | </para> | 341 | </para> |
334 | </glossdef> | 342 | </glossdef> |
335 | </glossentry> | 343 | </glossentry> |