buffybox/test/build-without-drm.sh

5 lines
84 B
Bash
Executable file

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