1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2026-04-06 07:46:31 +02:00

x11-drivers/xf86-video-qxl: fix patch path

This commit is contained in:
2020-04-05 16:18:48 +02:00
parent 4225d0e373
commit fbd742954d
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ PATCHES=(
"${FILESDIR}/${P}-correct-a-long-standing-led-state-bug-in-xspice.patch" # From master
"${FILESDIR}/${P}-qxl-include-only-the-dpms-headers-we-need.patch" # From master
"${FILESDIR}/${PN}-avoid-crashing-xserver-on-previous-active-vt-when-shutting-down-this-xserver.patch" # Upstream bug 99102
"${FILESDIR}/${PN}-xf86-video-qxl-kms-call-leavevt-on-shutdown.patch"
"${FILESDIR}/${PN}-kms-call-leavevt-on-shutdown.patch"
)
src_configure() {