# --- T2-COPYRIGHT-BEGIN --- # t2/target/rescue/pkg_xorg-server.conf # Copyright (C) 2006 - 2025 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 # --- T2-COPYRIGHT-END --- [ -e $confdir/$pkg.conf ] && . $confdir/$pkg.conf var_append confopt ' ' '--disable-dri --disable-aiglx --disable-xorg' var_append confopt ' ' '--disable-xvfb --disable-xephyr --disable-xsdl --disable-xfake' # the base package links Xorg by default ... #hook_add postmake 9 'ln -sfv Xfbdev $root$bindir/X'