diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-03 01:36:04 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-07 13:39:08 +0100 |
commit | f6088d565d3e3aff0da992aec1ddaca3934b0e14 (patch) | |
tree | 18ca35a4d28d4fac52dfc51756f11ab0c5de1f10 /profiles/use.desc | |
parent | sys-kernel/vanilla-kernel: Add a PDEP on virtual/prebuilt-kernel (diff) | |
download | gentoo-f6088d565d3e3aff0da992aec1ddaca3934b0e14.tar.gz gentoo-f6088d565d3e3aff0da992aec1ddaca3934b0e14.tar.bz2 gentoo-f6088d565d3e3aff0da992aec1ddaca3934b0e14.zip |
linux-mod.eclass: Add a prebuilt-kernel rebuild flag
Add a 'prebuilt-kernel' USE flag that controls a bound-slot dependency
on virtual/prebuilt-kernel. If the flag is enabled, it should ensure
that the module will be rebuilt automatically on future kernel upgrades.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/use.desc')
-rw-r--r-- | profiles/use.desc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/use.desc b/profiles/use.desc index e51db5982020..6ede79cb7845 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Keep them sorted @@ -62,6 +62,7 @@ dbus - Enable dbus support for anything that needs it (gpsd, gnomemeeting, etc) debug - Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces dedicated - Add support for dedicated game servers (some packages do not provide clients and servers at the same time) dga - Add DGA (Direct Graphic Access) support for X +dist-kernel - Enable subslot rebuilds on Distribution Kernel upgrades djvu - Support DjVu, a PDF-like document format esp. suited for scanned documents doc - Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally dri - Enable direct rendering: used for accelerated 3D and some 2D, like DMA |