diff options
author | Eric Engestrom <[email protected]> | 2018-05-29 15:41:28 +0100 |
---|---|---|
committer | Matt Turner <[email protected]> | 2018-06-06 12:11:57 -0700 |
commit | 1db4ec05462914096b1f243e9b2af7e71cf38622 (patch) | |
tree | 5adb834423c95a80eeb12e44e4d7ad955531ed45 /meson.build | |
parent | 67f7a16b598513d25319e482359a4c4c6fc1271d (diff) |
egl: rewire the build systems to use libwayland-egl
Cc: Emil Velikov <[email protected]>
Cc: Daniel Stone <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 1d1b2a979b1..4d4ca5d5578 100644 --- a/meson.build +++ b/meson.build @@ -1201,6 +1201,9 @@ if with_platform_wayland dep_wl_protocols = dependency('wayland-protocols', version : '>= 1.8') dep_wayland_client = dependency('wayland-client', version : '>=1.11') dep_wayland_server = dependency('wayland-server', version : '>=1.11') + if with_egl + dep_wayland_egl = dependency('wayland-egl', version : '>=1.15') + endif wayland_dmabuf_xml = join_paths( dep_wl_protocols.get_pkgconfig_variable('pkgdatadir'), 'unstable', 'linux-dmabuf', 'linux-dmabuf-unstable-v1.xml' |