summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py14
1 files changed, 8 insertions, 6 deletions
diff --git a/wscript_build.py b/wscript_build.py
index efccc97af6..cd2c9d099f 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -129,12 +129,14 @@ def build(ctx):
ctx.wayland_protocol_header(proto_dir = ctx.env.WL_PROTO_DIR,
protocol = "unstable/idle-inhibit/idle-inhibit-unstable-v1",
target = "video/out/wayland/idle-inhibit-v1.h")
- ctx.wayland_protocol_code(proto_dir = "../video/out/wayland",
- protocol = "server-decoration",
- target = "video/out/wayland/srv-decor.c")
- ctx.wayland_protocol_header(proto_dir = "../video/out/wayland",
- protocol = "server-decoration",
- target = "video/out/wayland/srv-decor.h")
+ ctx.wayland_protocol_code(proto_dir = "video/out/wayland",
+ protocol = "server-decoration",
+ vendored_protocol = True,
+ target = "video/out/wayland/srv-decor.c")
+ ctx.wayland_protocol_header(proto_dir = "video/out/wayland",
+ protocol = "server-decoration",
+ vendored_protocol = True,
+ target = "video/out/wayland/srv-decor.h")
ctx(features = "ebml_header", target = "ebml_types.h")
ctx(features = "ebml_definitions", target = "ebml_defs.c")