We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9fe208 commit 1183b13Copy full SHA for 1183b13
recipes-example/slint-demos/slint-demos_git.bb
@@ -34,11 +34,6 @@ S = "${WORKDIR}/git"
34
35
BBCLASSEXTEND = "native"
36
37
-do_configure:append() {
38
- # Work around current half not cross-compiling well
39
- (cd ${S} && cargo update -p half --precise 2.2.1)
40
-}
41
-
42
EXTRA_CARGO_FLAGS = "-p slide_puzzle"
43
CARGO_FEATURES = "slint/backend-linuxkms slint/renderer-skia"
44
recipes-slint/slint/slint-cpp_git.bb
@@ -10,8 +10,3 @@ SLINT_REV = "master"
10
PV = "git-${SRCPV}"
11
12
EXTRA_OECMAKE:append = " -DSLINT_FEATURE_GETTEXT=ON"
13
14
-do_configure:prepend() {
15
16
17
0 commit comments