summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2018-08-27 15:27:33 -0700
committerMichael Forney <mforney@mforney.org>2018-08-27 15:35:34 -0700
commit1e2404d8fde82e512ea50161c85946068c9be6af (patch)
tree8b19c7aa453c53423cba4005fa83d02e92403ea0 /pkg
parent75ddbdea6d3c83a62558018120c69ceb45744fe1 (diff)
wayland-protocols: Build stable xdg-shell protocol
Diffstat (limited to 'pkg')
-rw-r--r--pkg/wayland-protocols/gen.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkg/wayland-protocols/gen.lua b/pkg/wayland-protocols/gen.lua
index 76d2f155..f473bcd6 100644
--- a/pkg/wayland-protocols/gen.lua
+++ b/pkg/wayland-protocols/gen.lua
@@ -1,5 +1,11 @@
cflags{'-I $builddir/pkg/wayland/include'}
+waylandproto('stable/xdg-shell/xdg-shell.xml',
+ 'include/xdg-shell-client-protocol.h',
+ 'include/xdg-shell-server-protocol.h',
+ 'xdg-shell-protocol.c'
+)
+
waylandproto('unstable/xdg-shell/xdg-shell-unstable-v5.xml',
'include/xdg-shell-unstable-v5-client-protocol.h',
'include/xdg-shell-unstable-v5-server-protocol.h',
@@ -19,6 +25,8 @@ waylandproto('unstable/idle-inhibit/idle-inhibit-unstable-v1.xml',
)
pkg.hdrs = {
+ '$outdir/include/xdg-shell-client-protocol.h',
+ '$outdir/include/xdg-shell-server-protocol.h',
'$outdir/include/xdg-shell-unstable-v5-client-protocol.h',
'$outdir/include/xdg-shell-unstable-v5-server-protocol.h',
'$outdir/include/xdg-shell-unstable-v6-client-protocol.h',