pipewire/autogen.sh

12 lines
160 B
Bash
Raw Normal View History

2015-04-16 16:58:33 +02:00
#!/bin/sh
# Only there to make jhbuild happy
2018-10-28 10:41:42 +00:00
git submodule init
git submodule update
rm -rf ./build
mkdir build
meson build $@
ln -s build/Makefile Makefile