mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-02 22:36:28 +00:00
Merge pull request #786 from lrusak/dri3
xf86-video-ati: add xorg-radeon.conf to enable dri3 and glamor
This commit is contained in:
commit
a946329033
@ -0,0 +1,6 @@
|
||||
Section "Device"
|
||||
Identifier "AMD Graphics"
|
||||
Driver "radeon"
|
||||
Option "DRI3" "1"
|
||||
Option "AccelMethod" "glamor"
|
||||
Endsection
|
@ -32,3 +32,8 @@ PKG_IS_ADDON="no"
|
||||
PKG_AUTORECONF="yes"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-glamor --with-xorg-module-dir=$XORG_PATH_MODULES"
|
||||
|
||||
post_makeinstall_target() {
|
||||
mkdir -p $INSTALL/etc/X11
|
||||
cp $PKG_DIR/config/*.conf $INSTALL/etc/X11
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user