From 0a171d3acec825b5a9115907b339dc29aec678fa Mon Sep 17 00:00:00 2001 From: emersion Date: Fri, 22 Dec 2017 19:20:12 +0100 Subject: Add wlr_primary_selection_device_manager and wlr_primary_selection_source --- protocol/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocol/meson.build') diff --git a/protocol/meson.build b/protocol/meson.build index ff54815a..f6aca5f5 100644 --- a/protocol/meson.build +++ b/protocol/meson.build @@ -23,6 +23,7 @@ wayland_scanner_client = generator( protocols = [ [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'], 'gamma-control.xml', + 'gtk-primary-selection.xml', 'screenshooter.xml', 'server-decoration.xml', ] @@ -30,6 +31,7 @@ protocols = [ client_protocols = [ [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'], 'gamma-control.xml', + 'gtk-primary-selection.xml', 'screenshooter.xml', 'server-decoration.xml', ] -- cgit v1.2.3