Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Rename --disable-gallium-llvm to --disable-llvm
· 6d3626cb
Fabio Pedretti
authored
Feb 22, 2018
and
Andreas Boll
committed
Feb 23, 2018
The former is deprecated.
6d3626cb
Bump changelog
· e8546fe8
Andreas Boll
authored
Feb 23, 2018
e8546fe8
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
e8546fe8
mesa (18.0.0~rc4-2) UNRELEASED; urgency=medium
[ Fabio Pedretti ]
* rules: Rename --disable-gallium-llvm to --disable-llvm
-- Andreas Boll <andreas.boll.dev@gmail.com> Fri, 23 Feb 2018 11:44:04 +0100
mesa (18.0.0~rc4-1) experimental; urgency=medium
* New upstream release candidate.
...
...
debian/rules
View file @
e8546fe8
...
...
@@ -103,7 +103,7 @@ else
GALLIUM_DRIVERS += swrast
else
DRI_DRIVERS += swrast
confflags_GALLIUM += --disable-
gallium-
llvm
confflags_GALLIUM += --disable-llvm
endif
# radv needs LLVM and the Vulkan loader, so only build on the subset of
...
...