summaryrefslogtreecommitdiff
path: root/confs
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-01-28 11:00:03 +0000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-01-28 11:00:03 +0000
commitade8a2b780f0b953a2f251af0bdb5203d7f4770d (patch)
tree0ae8eb407674ec48a5de28aa032b0c765265e0a0 /confs
parent6fd05023424fd292bdce98bb22b0de04c81a3682 (diff)
downloadefl-ade8a2b780f0b953a2f251af0bdb5203d7f4770d.tar.gz
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.
Diffstat (limited to 'confs')
-rwxr-xr-xconfs/osx.sh6
-rwxr-xr-xconfs/windows.sh6
2 files changed, 12 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 @@
+#!/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