mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-24 18:08:15 +00:00
video/gtk4: Dehardcode module name in the Flatpak example in the readme
This commit is contained in:
parent
f0df6874d8
commit
718e757669
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ To build and include the plugin in a Flatpak manifest, you can add the following
|
||||||
],
|
],
|
||||||
"build-options": {
|
"build-options": {
|
||||||
"env": {
|
"env": {
|
||||||
"CARGO_HOME": "/run/build/gst-plugin-gtk4/cargo"
|
"CARGO_HOME": "$FLATPAK_BUILDER_BUILDDIR/cargo"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"build-commands": [
|
"build-commands": [
|
||||||
|
|
Loading…
Reference in a new issue