Commit 22e5da61 authored by Anton Midyukov's avatar Anton Midyukov Committed by Michael Shigorin

x11: add amdgpu into use/x11/xorg for X86

It's required for modern AMD videocards to work.
parent 41f0bcf7
......@@ -13,7 +13,7 @@ use/x11:
# x86: free drivers for various hardware (might lack acceleration)
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
use/x11/xorg: use/x11/intel use/x11/nouveau use/x11/radeon
use/x11/xorg: use/x11/intel use/x11/nouveau use/x11/radeon use/x11/amdgpu
@$(call add,THE_LISTS,$(call tags,desktop xorg))
else
use/x11/xorg: use/x11; @:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment