Files
buffybox/test/build-without-drm.sh
2024-07-26 16:40:49 +00:00

6 lines
84 B
Bash
Executable File

#!/bin/bash
rm -rf _build
meson _build -Dwith-drm=disabled
meson compile -C _build