diff options
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index bba4edf396..86161ede5d 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -331,10 +331,9 @@ | |||
331 | </para> | 331 | </para> |
332 | 332 | ||
333 | <para> | 333 | <para> |
334 | Here is an example that adds an | 334 | Here is an example that adds a shared library named |
335 | <filename>shlib</filename> provider named | 335 | <filename>libEGL.so.1</filename> as being provided by |
336 | <filename>libEGL.so.1</filename> to the | 336 | the <filename>libegl-implementation</filename> package: |
337 | <filename>libegl-implementation</filename> package: | ||
338 | <literallayout class='monospaced'> | 337 | <literallayout class='monospaced'> |
339 | ASSUME_SHLIBS = "libEGL.so.1:libegl-implementation" | 338 | ASSUME_SHLIBS = "libEGL.so.1:libegl-implementation" |
340 | </literallayout> | 339 | </literallayout> |