Skip to content

Commit 1291f2d

Browse files
committed
BoardConfig: Move mesa meson configuration here
Mesa 24.0 supports reading extra meson parameters from `BOARD_MESA3D_MESON_ARGS`
1 parent 5fb75da commit 1291f2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BoardConfig.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ TARGET_NO_BOOTLOADER := true
4040
TARGET_USES_HWC2 := true
4141
ifneq ($(TARGET_USE_MESA),false)
4242
BOARD_MESA3D_USES_MESON_BUILD := true
43+
BOARD_MESA3D_MESON_ARGS := -Dallow-kcmp=enabled -Dintel-xe-kmd=enabled
4344
BOARD_MESA3D_BUILD_LIBGBM := true
4445
BOARD_MESA3D_GALLIUM_DRIVERS := kmsro r300 r600 nouveau freedreno swrast v3d vc4 etnaviv tegra svga virgl panfrost lima radeonsi
4546
BOARD_MESA3D_VULKAN_DRIVERS := broadcom freedreno panfrost swrast virtio amd

0 commit comments

Comments
 (0)