From e1674db720268a67a6a048c91fc73ad98288e320 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Fri, 4 Aug 2017 18:14:37 -0700 Subject: Use stdin and stdout redirects with wayland-scanner Named input and output wasn't supported until 1.8.0, which is older than the trusty version for travis. --- rules.ninja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules.ninja') diff --git a/rules.ninja b/rules.ninja index c4f04134..9c331199 100644 --- a/rules.ninja +++ b/rules.ninja @@ -74,7 +74,7 @@ rule tic command = tic $ticflags $in rule waylandproto - command = wayland-scanner $type $in $out.tmp && mv $out.tmp $out + command = wayland-scanner $type <$in >$out.tmp && mv $out.tmp $out rule githash command = rc ./scripts/hash.rc $repo $args $in >$out.tmp && mv $out.tmp $out -- cgit v1.2.3