[Bug 238906] graphics/mesa-dri: Allow building without LLVM
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 22 Feb 2025 18:07:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238906
--- Comment #18 from Nuno Teixeira <eduardo@FreeBSD.org> ---
(In reply to Mark Millard from comment #17)
Ok, but meson options have:
option(
'llvm',
type : 'feature',
deprecated: {'true': 'enabled', 'false': 'disabled'},
description : 'Build with LLVM support.'
)
option(
'shared-llvm',
type : 'feature',
deprecated: {'true': 'enabled', 'false': 'disabled'},
description : 'Whether to link LLVM shared or statically.'
)
option(
'draw-use-llvm',
type : 'boolean',
value : true,
description : 'Whether to use LLVM for the Gallium draw module, if LLVM ' +
'is included.'
)
And maybe there is a possibility to build it without llvm dep for
systems/arches that doesn't need it?
--
You are receiving this mail because:
You are the assignee for the bug.