Update debian/rules

This commit is contained in:
Ward Nakchbandi (CosmicFusion) 2024-09-15 21:29:13 +02:00
parent ec3420e422
commit efdb2cec08

2
debian/rules vendored
View File

@ -106,6 +106,8 @@ else
ifneq (,$(filter $(DEB_HOST_ARCH), amd64))
confflags_GALLIUM += -Dintel-clc=enabled
else
confflags_GALLIUM += -Dintel-clc=disabled
endif
ifneq (,$(filter $(DEB_HOST_ARCH), $(VALGRIND_ARCHS)))