video/gtk4: Add --features to the flatpak example

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1608>
This commit is contained in:
Jordan Petridis 2024-06-07 13:28:14 +03:00 committed by GStreamer Marge Bot
parent 7cec628c43
commit f30cb2b56c

View file

@ -52,7 +52,7 @@ To build and include the plugin in a Flatpak manifest, you can add the following
}
},
"build-commands": [
"cargo cinstall --offline --release --library-type=cdylib --prefix=/app"
"cargo cinstall --offline --release --features=wayland,x11glx,x11egl,dmabuf --library-type=cdylib --prefix=/app"
]
}
]