Merge pull request #2324 from mglae/master_amdgpu_conf

xf86-video-amdgpu: instruct xorg to load the amdgpu driver
This commit is contained in:
Christian Hewitt 2017-12-15 09:10:29 +04:00 committed by GitHub
commit a059cd6cd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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