xf86-video-amdgpu: instruct xorg to load the amdgpu driver for devices managed by the amdgpu kernel driver

This commit is contained in:
mglae 2017-12-14 20:18:11 +01:00
parent 9155531c28
commit 294f54e046

View File

@ -35,4 +35,6 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-udev \
post_makeinstall_target() {
rm -r $INSTALL/usr/share
mkdir -p $INSTALL/etc/X11
cp $PKG_BUILD/conf/10-amdgpu.conf $INSTALL/etc/X11/xorg-amdgpu.conf
}