aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <RedSoxFan@users.noreply.github.com>2018-05-20 09:37:49 -0400
committerLibravatar GitHub <noreply@github.com>2018-05-20 09:37:49 -0400
commitaacde78dafb52f2c33ced64cb7b9bf17d1d8bcbe (patch)
tree561bce67d6264278683ec481ba9c9979d0754735 /meson.build
parentPre-multiply alpha for non-textures (diff)
parentMerge pull request #1821 from RyanDwyer/swaylock-multiple-images (diff)
downloadsway-aacde78dafb52f2c33ced64cb7b9bf17d1d8bcbe.tar.gz
sway-aacde78dafb52f2c33ced64cb7b9bf17d1d8bcbe.tar.zst
sway-aacde78dafb52f2c33ced64cb7b9bf17d1d8bcbe.zip
Merge branch 'master' into premultiply-alpha
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 b943236f..d4ee1a11 100644
--- a/meson.build
+++ b/meson.build
@@ -29,7 +29,7 @@ wayland_server = dependency('wayland-server')
29wayland_client = dependency('wayland-client') 29wayland_client = dependency('wayland-client')
30wayland_cursor = dependency('wayland-cursor') 30wayland_cursor = dependency('wayland-cursor')
31wayland_egl = dependency('wayland-egl') 31wayland_egl = dependency('wayland-egl')
32wayland_protos = dependency('wayland-protocols') 32wayland_protos = dependency('wayland-protocols', version: '>=1.14')
33xkbcommon = dependency('xkbcommon') 33xkbcommon = dependency('xkbcommon')
34cairo = dependency('cairo') 34cairo = dependency('cairo')
35pango = dependency('pango') 35pango = dependency('pango')