video/gtk4: Dehardcode module name in the Flatpak example in the readme

This commit is contained in:
Jordan Petridіs 2024-06-29 15:56:06 +00:00
parent f0df6874d8
commit 718e757669

View file

@ -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": [