Skip to content

Commit

Permalink
Add support for -DSLINT_FEATURE_EXPERIMENTAL and -DSLINT_FEATURE_SYST…
Browse files Browse the repository at this point in the history
…EM_TESTING
  • Loading branch information
tronical committed Jul 9, 2024
1 parent a734af4 commit 3c2a47d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes-slint/slint/slint-cpp-v2.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 3c2a47d

Please sign in to comment.