mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
9 lines
116 B
Bash
9 lines
116 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
set -e
|
||
|
|
cd /build
|
||
|
|
#meson . build -docs=true -gstreamer=true -systemmd=true
|
||
|
|
meson . build
|
||
|
|
cd build
|
||
|
|
ninja
|