From 3c2a47d2ed6da8a0db5d6004cf4e005970db428e Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 3 Jul 2024 16:18:41 +0200 Subject: [PATCH] Add support for -DSLINT_FEATURE_EXPERIMENTAL and -DSLINT_FEATURE_SYSTEM_TESTING --- recipes-slint/slint/slint-cpp-v2.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-slint/slint/slint-cpp-v2.inc b/recipes-slint/slint/slint-cpp-v2.inc index 404f9e5..3da743d 100644 --- a/recipes-slint/slint/slint-cpp-v2.inc +++ b/recipes-slint/slint/slint-cpp-v2.inc @@ -43,6 +43,8 @@ PACKAGECONFIG[renderer-femtovg] = "-DSLINT_FEATURE_RENDERER_FEMTOVG=ON, -DSLINT_ PACKAGECONFIG[interpreter] = "-DSLINT_FEATURE_INTERPRETER=ON, -DSLINT_FEATURE_INTERPRETER=OFF," PACKAGECONFIG[backend-winit-wayland] = "-DSLINT_FEATURE_BACKEND_WINIT_WAYLAND=ON, -DSLINT_FEATURE_BACKEND_WINIT_WAYLAND=OFF,wayland" PACKAGECONFIG[backend-winit-x11] = "-DSLINT_FEATURE_BACKEND_WINIT_X11=ON, -DSLINT_FEATURE_BACKEND_WINIT_X11=OFF,libxcb" +PACKAGECONFIG[experimental] = "-DSLINT_FEATURE_EXPERIMENTAL=ON, -DSLINT_FEATURE_EXPERIMENTAL=OFF," +PACKAGECONFIG[system-testing] = "-DSLINT_FEATURE_SYSTEM_TESTING=ON, -DSLINT_FEATURE_SYSTEM_TESTING=OFF," S = "${WORKDIR}/git"