aboutsummaryrefslogtreecommitdiff
path: root/protocol/meson.build
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2018-02-24 10:15:18 -0500
committerGitHub <noreply@github.com>2018-02-24 10:15:18 -0500
commitb7b86a959188d5b2e47a2a4182c6041b022d68c2 (patch)
treebc1c72a6d2c026ec741809f5e7f1a9fb2229c28d /protocol/meson.build
parent94d53d53f9a13e76bf35e072de2947be3c2f7125 (diff)
parent67285c1d5758526688f0023e27c4a6b24730a2fa (diff)
Merge pull request #641 from Ongy/idle-inhibit
Add idle-inhibit implementation
Diffstat (limited to 'protocol/meson.build')
-rw-r--r--protocol/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocol/meson.build b/protocol/meson.build
index 2853971f..6c87a887 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'],
[wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'],
+ [wl_protocol_dir, 'unstable/idle-inhibit/idle-inhibit-unstable-v1.xml'],
'gamma-control.xml',
'gtk-primary-selection.xml',
'idle.xml',
@@ -32,6 +33,8 @@ protocols = [
client_protocols = [
[wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'],
+ [wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'],
+ [wl_protocol_dir, 'unstable/idle-inhibit/idle-inhibit-unstable-v1.xml'],
'idle.xml',
'screenshooter.xml',
]