Update rules

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-11-27 19:39:22 +03:00 committed by GitHub
parent 41bf4917a2
commit 879d836f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
debian/rules vendored
View File

@ -112,7 +112,9 @@ else
VULKAN_DRIVERS += intel intel_hasvk
endif
ifneq (,$(filter $(DEB_HOST_ARCH), amd64))
confflags_GALLIUM += -Dintel-clc=enabled
confflags_GALLIUM += -Dintel-clc=false
else
confflags_GALLIUM += -Dintel-clc=false
endif
# Non-Linux ports lack epoll, so wayland isn't ready yet: