buffybox/unl0kr/test/build-without-drm.sh
2024-03-31 11:54:18 +02:00

5 lines
84 B
Bash
Executable file

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