On 12/17/2014 02:17 AM, Tapani Pälli wrote: > Signed-off-by: Tapani Pälli <[email protected]> > --- > examples/CMakeLists.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt > index 281ef47..df66f60 100644 > --- a/examples/CMakeLists.txt > +++ b/examples/CMakeLists.txt > @@ -11,7 +11,7 @@ install( > # Target: simple-x11-egl (executable) > # > ---------------------------------------------------------------------------- > > -if(waffle_on_linux) > +if((waffle_on_linux) AND (waffle_has_x11_egl))
Please drop the parens around the conditions. It should be if(waffle_on_linux AND waffle_has_x11_egl
signature.asc
Description: OpenPGP digital signature
_______________________________________________ waffle mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/waffle

