From ade8a2b780f0b953a2f251af0bdb5203d7f4770d Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Tue, 28 Jan 2020 11:00:03 +0000 Subject: [PATCH] add build conf for win and osx not sure if they totally work - but based on ci scripts and build scripts that peolpe do use. --- confs/osx.sh | 6 ++++++ confs/windows.sh | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100755 confs/osx.sh create mode 100755 confs/windows.sh 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 @@ +#!/bin/sh -e +meson -Dsystemd=false -Dv4l2=false -Davahi=false -Deeze=false -Dx11=false \ +-Dopengl=full -Dcocoa=true -Dnls=false \ +-Demotion-loaders-disabler=gstreamer1,libvlc,xine \ +-Decore-imf-loaders-disabler=scim,ibus \ + $@ . build diff --git a/confs/windows.sh b/confs/windows.sh new file mode 100755 index 0000000000..272591270a --- /dev/null +++ b/confs/windows.sh @@ -0,0 +1,6 @@ +#!/bin/sh -e +meson -Dsystemd=false -Dv4l2=false -Davahi=false -Deeze=false -Dx11=false \ +-Dopengl=none -Dpulseaudio=false -Dlibmount=false -Dfribidi=false \ +-Devas-loaders-disabler=pdf,ps,raw,svg,rsvg,json,tga,tgv \ +-Decore-imf-loaders-disabler=xim,ibus,scim \ + $@ . build