mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-01 08:34:34 +02:00
wf-recorder: fix has a lack of whitespace warning
Variable 'GIR_EXTRA_LIBS_PATH="${WORKDIR}"' Signed-off-by: Vincent Davis Jr <vince@underview.tech>
This commit is contained in:
parent
1fedfd64de
commit
f97c3252e4
@ -27,7 +27,7 @@ PV = "0.5.0"
|
|||||||
inherit meson pkgconfig features_check
|
inherit meson pkgconfig features_check
|
||||||
|
|
||||||
EXTRA_OEMESON += "--buildtype release"
|
EXTRA_OEMESON += "--buildtype release"
|
||||||
GIR_EXTRA_LIBS_PATH="${WORKDIR}"
|
GIR_EXTRA_LIBS_PATH = "${WORKDIR}"
|
||||||
|
|
||||||
FILES:${PN} += "${prefix}"
|
FILES:${PN} += "${prefix}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user