]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
mesa: do not build r300 AMD gallium-llvm driver if not requested
authorQuentin Schulz <quentin.schulz@cherry.de>
Thu, 12 Jun 2025 12:14:31 +0000 (14:14 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Jun 2025 16:56:27 +0000 (17:56 +0100)
commit28d41017ffd03d0bcc4ef0272a95d19412488624
tree6441faa991aa32a6a2aa2c51dc02cedf4c3b096a
parenta61ed8dc5449bfb871379c6afd03c94ff27ca1fe
mesa: do not build r300 AMD gallium-llvm driver if not requested

It doesn't make much sense to always build the r300 AMD gallium LLVM
driver as that's HW-specific.

Instead, let's guard it with the amd PACKAGECONFIG.

This will only disable R300 for target mesa on non-x86/i686 machines
where gallium-llvm PACKAGECONFIG is selected but not amd, otherwise
behavior is left unchanged.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/mesa/mesa.inc