From 555721f7142e1e363c17820657fb1e2b004e7c54 Mon Sep 17 00:00:00 2001 From: emersion Date: Sun, 10 Jun 2018 11:15:26 +0100 Subject: Add xdg-decoration-unstable-v1 support --- examples/meson.build | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'examples/meson.build') diff --git a/examples/meson.build b/examples/meson.build index 18f44fde..26d20850 100644 --- a/examples/meson.build +++ b/examples/meson.build @@ -66,3 +66,9 @@ if libpng.found() dependencies: [wayland_client, wlr_protos, wlroots, libpng] ) endif + +executable( + 'toplevel-decoration', + 'toplevel-decoration.c', + dependencies: [wayland_client, wlr_protos, wlroots] +) -- cgit v1.2.3