summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAlastair Poole <netstar@gmail.com>2019-05-26 23:59:56 +0000
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2019-05-28 12:02:48 +0200
commit7024b19ab140700d6e9f23b2773d24f6673e5e06 (patch)
tree326397fbd383f858131fd9451e513821d1e53eaa /meson.build
parent48c53841a43e35b19e3808712f46a1ca89593363 (diff)
downloadefl-7024b19ab140700d6e9f23b2773d24f6673e5e06.tar.gz
build: Fix on OpenBSD.
This adds support for OpenBSD with meson build system. Also use better paths. This resolves further issues when building EFL.` Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de> Differential Revision: https://phab.enlightenment.org/D9028
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index bfe54aa274..05eb78bcfe 100644
--- a/meson.build
+++ b/meson.build
@@ -46,7 +46,7 @@ endif
windows = ['windows', 'cygwin']
#bsd for meson 0.46 and 0.47
-bsd = ['bsd', 'freebsd', 'dragonfly', 'netbsd']
+bsd = ['bsd', 'freebsd', 'dragonfly', 'netbsd', 'openbsd']
linux = ['linux']
osx = ['darwin']