diff options
Diffstat (limited to 'documentation/ref-manual/features.rst')
-rw-r--r-- | documentation/ref-manual/features.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst index a8d0dac996..17521ac2a8 100644 --- a/documentation/ref-manual/features.rst +++ b/documentation/ref-manual/features.rst | |||
@@ -100,7 +100,9 @@ packages, and they can go beyond simply controlling the installation of | |||
100 | a package or packages. In most cases, the presence or absence of a | 100 | a package or packages. In most cases, the presence or absence of a |
101 | feature translates to the appropriate option supplied to the configure | 101 | feature translates to the appropriate option supplied to the configure |
102 | script during the :ref:`ref-tasks-configure` task for | 102 | script during the :ref:`ref-tasks-configure` task for |
103 | the recipes that optionally support the feature. | 103 | the recipes that optionally support the feature. Appropriate options |
104 | must be supplied, and enabling/disabling :term:`PACKAGECONFIG` for the | ||
105 | concerned packages is one way of supplying such options. | ||
104 | 106 | ||
105 | Some distro features are also machine features. These select features | 107 | Some distro features are also machine features. These select features |
106 | make sense to be controlled both at the machine and distribution | 108 | make sense to be controlled both at the machine and distribution |