From 872f7a9dc4d0dc713cad25b1c8a5528becc30318 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 28 Jun 2022 17:05:28 -0400 Subject: [PATCH] samples: display: do not build if lvgl is not available This sample depends on lvgl, so do not try and build it if lvgl is not part of the workspace and if it was excluded in a local manifest. Signed-off-by: Anas Nashif --- samples/subsys/display/lvgl/sample.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/subsys/display/lvgl/sample.yaml b/samples/subsys/display/lvgl/sample.yaml index 28b09a456dd..0fa80394264 100644 --- a/samples/subsys/display/lvgl/sample.yaml +++ b/samples/subsys/display/lvgl/sample.yaml @@ -12,3 +12,5 @@ tests: min_ram: 32 harness: none tags: samples display gui + modules: + - lvgl