buffybox/test/build-without-drm.sh

6 lines
84 B
Bash
Raw Normal View History

2024-03-31 10:39:34 +02:00
#!/bin/bash
rm -rf _build
meson _build -Dwith-drm=disabled
meson compile -C _build