From 2a48f7b189ab578b13bd2b9b459c2d096ba519dd Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 9 Feb 2017 15:18:38 +0100 Subject: make libinput axis api feature depend on libinput amends b4085e56. Change-Id: Id18a7de6496e8e9164cb247426aba1293aa4ea2e Reviewed-by: Laszlo Agocs --- src/gui/configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gui/configure.json b/src/gui/configure.json index 2dc70c5ea2..9b93bcf3e2 100644 --- a/src/gui/configure.json +++ b/src/gui/configure.json @@ -511,7 +511,7 @@ }, "libinput-axis-api": { "label": "axis API in libinput", - "condition": "tests.libinput_axis_api", + "condition": "features.libinput && tests.libinput_axis_api", "output": [ "privateFeature" ] }, "lgmon": { -- cgit v1.2.3