This website requires JavaScript.
Explore
Help
Sign in
nettika
/
buffybox
Watch
1
Star
0
Fork
You've already forked buffybox
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
8a87b5071a
buffybox
/
test
/
build-without-drm.sh
6 lines
98 B
Bash
Raw
Normal View
History
Unescape
Escape
Verify backend on CI
2024-03-31 10:39:34 +02:00
#!/bin/bash
rm -rf _build
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-01-26 14:37:37 +03:00
meson setup _build -Dlvgl_backends
=
framebuffer
Verify backend on CI
2024-03-31 10:39:34 +02:00
meson compile -C _build
Reference in a new issue
Copy permalink