pipewire-media-session/autogen.sh

11 lines
200 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
mkdir -p build
meson setup build "$@" # use 'autogen.sh --reconfigure' to update
ln -s build/Makefile Makefile