Index: x11-servers/xorg-server/Makefile =================================================================== --- x11-servers/xorg-server/Makefile +++ x11-servers/xorg-server/Makefile @@ -58,7 +58,6 @@ -Dxselinux=false \ -Dfallback_input_driver=libinput \ -Ddocs=false \ - -Dudev_kms=false \ -Dxcsecurity=true \ -Dxkb_dir=${LOCALBASE}/share/X11/xkb \ -Dxkb_output_dir=/var/lib/xkb \ @@ -72,10 +71,12 @@ LIB_DEPENDS+= libudev.so:devel/libudev-devd \ libxcvt.so:x11/libxcvt MESON_ARGS+= -Dudev=true \ + -Dudev_kms=true \ -Dlog_dir=/var/log \ -Dsuid_wrapper=true .else -MESON_ARGS+= -Dudev=false +MESON_ARGS+= -Dudev=false \ + -Dudev_kms=false .endif .if ${FLAVOR} == xorg || ${FLAVOR} == xephyr