summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration-1.7.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/migration-1.7.rst')
-rw-r--r--documentation/ref-manual/migration-1.7.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/documentation/ref-manual/migration-1.7.rst b/documentation/ref-manual/migration-1.7.rst
index 9cf467f28b..46bf126583 100644
--- a/documentation/ref-manual/migration-1.7.rst
+++ b/documentation/ref-manual/migration-1.7.rst
@@ -15,8 +15,7 @@ optional features. The method used to set defaults for these options
15means that existing ``local.conf`` files will need to be modified to 15means that existing ``local.conf`` files will need to be modified to
16append to ``PACKAGECONFIG`` for ``qemu-native`` and ``nativesdk-qemu`` 16append to ``PACKAGECONFIG`` for ``qemu-native`` and ``nativesdk-qemu``
17instead of setting it. In other words, to enable graphical output for 17instead of setting it. In other words, to enable graphical output for
18QEMU, you should now have these lines in ``local.conf``: 18QEMU, you should now have these lines in ``local.conf``::
19::
20 19
21 PACKAGECONFIG_append_pn-qemu-native = " sdl" 20 PACKAGECONFIG_append_pn-qemu-native = " sdl"
22 PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl" 21 PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
@@ -80,8 +79,7 @@ disable the scripts due to the scripts previously requiring error-prone
80path substitution. Software that links against these libraries using 79path substitution. Software that links against these libraries using
81these scripts should use the much more robust ``pkg-config`` instead. 80these scripts should use the much more robust ``pkg-config`` instead.
82The list of recipes changed in this version (and their configuration 81The list of recipes changed in this version (and their configuration
83scripts) is as follows: 82scripts) is as follows::
84::
85 83
86 directfb (directfb-config) 84 directfb (directfb-config)
87 freetype (freetype-config) 85 freetype (freetype-config)