summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPekka Paalanen <pq@iki.fi>2018-12-31 14:53:04 +0200
committerPekka Paalanen <pq@iki.fi>2018-12-31 15:16:53 +0200
commit43a42920cf31022a9e8334620359b9eaf88b2ecf (patch)
treefc48ac16a779d8d97bca39dc1d756a4834b5cf4d /meson.build
parent4da8141255099dc0d3ee682e1e9396137f187dae (diff)
meson: better error for wayland-backend wl-egl dep
Helps people avoid wayland-egl if they don't want it. Makes the check for wayland-egl explicit on the site instead of relying on gl-renderer checking for it. Signed-off-by: Pekka Paalanen <pq@iki.fi>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 2a37355e..e39353d3 100644
--- a/meson.build
+++ b/meson.build
@@ -154,7 +154,6 @@ dep_libm = cc.find_library('m')
dep_libdl = cc.find_library('dl')
dep_libdrm = dependency('libdrm', version: '>= 2.4.68')
dep_libdrm_headers = dep_libdrm.partial_dependency(compile_args: true)
-dep_wl_egl = dependency('wayland-egl')
dep_threads = dependency('threads')
subdir('protocol')