From 84f648e0ce64469e6bcff5f03a036466fdd20fce Mon Sep 17 00:00:00 2001 From: Lone_Wolf Date: Thu, 13 Aug 2020 00:52:01 +0200 Subject: [PATCH] removed surfaceless from platforms as it always selected now --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 916c17b..0dab903 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -104,7 +104,7 @@ build () { --wrap-mode=nofallback \ -D prefix=/usr \ -D sysconfdir=/etc \ - -D platforms=x11,wayland,drm,surfaceless \ + -D platforms=x11,wayland,drm \ -D dri-drivers=i915,i965,r200,r100,nouveau \ -D gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast,virgl,iris,zink \ -D vulkan-drivers=amd,intel \