buffybox/test/build-with-drm.sh
Vladimir Stoiakin 1840f10f62 backends: make the framebuffer backend optional
The framebuffer is a legacy backend and we know that at least OpenSUSE disabled it in the kernel configuration, so let's make it optional.
2026-02-02 15:15:21 +03:00

5 lines
102 B
Bash
Executable file

#!/bin/bash
rm -rf _build
meson setup _build -Dlvgl_backends=framebuffer,drm
meson compile -C _build