Now that we've branched, turn off building DRM and DRM2 by default.
We no longer build the drm/drm2 modules by default. See UPDATING for which package to install instead. drm and drm2 have been completely unsupported abandonware for a long time now. Please report issues with the pkg modules to x11@freebsd.org. Approved by: FreeBSD Graphics Team
This commit is contained in:
parent
3d0d7a68f9
commit
6675ac3ac4
@ -38,8 +38,6 @@ __DEFAULT_YES_OPTIONS = \
|
|||||||
IPSEC_SUPPORT \
|
IPSEC_SUPPORT \
|
||||||
ISCSI \
|
ISCSI \
|
||||||
KERNEL_SYMBOLS \
|
KERNEL_SYMBOLS \
|
||||||
MODULE_DRM \
|
|
||||||
MODULE_DRM2 \
|
|
||||||
NETGRAPH \
|
NETGRAPH \
|
||||||
PF \
|
PF \
|
||||||
REPRODUCIBLE_BUILD \
|
REPRODUCIBLE_BUILD \
|
||||||
@ -52,6 +50,8 @@ __DEFAULT_YES_OPTIONS = \
|
|||||||
__DEFAULT_NO_OPTIONS = \
|
__DEFAULT_NO_OPTIONS = \
|
||||||
EXTRA_TCP_STACKS \
|
EXTRA_TCP_STACKS \
|
||||||
KERNEL_RETPOLINE \
|
KERNEL_RETPOLINE \
|
||||||
|
MODULE_DRM \
|
||||||
|
MODULE_DRM2 \
|
||||||
NAND \
|
NAND \
|
||||||
OFED \
|
OFED \
|
||||||
RATELIMIT
|
RATELIMIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user