diff options
Diffstat (limited to 'confs/osx.sh')
-rwxr-xr-x | confs/osx.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/confs/osx.sh b/confs/osx.sh new file mode 100755 index 0000000000..ff546cfd4b --- /dev/null +++ b/confs/osx.sh | |||
@@ -0,0 +1,6 @@ | |||
1 | #!/bin/sh -e | ||
2 | meson -Dsystemd=false -Dv4l2=false -Davahi=false -Deeze=false -Dx11=false \ | ||
3 | -Dopengl=full -Dcocoa=true -Dnls=false \ | ||
4 | -Demotion-loaders-disabler=gstreamer1,libvlc,xine \ | ||
5 | -Decore-imf-loaders-disabler=scim,ibus \ | ||
6 | $@ . build | ||