mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
meson: Fix description in qt options
The qt-x11 description contains a copy/paste error from the qt-wayland option. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6292>
This commit is contained in:
parent
4db7eb0290
commit
5b3082257e
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ option('qt-method', type: 'combo', value: 'auto', choices: ['auto', 'pkg-config'
|
|||
description: 'Method to use to find Qt')
|
||||
option('qt-egl', type: 'feature', value: 'auto', description: 'EGLFS support in the Qt plugins')
|
||||
option('qt-wayland', type: 'feature', value: 'auto', description: 'Wayland support in the Qt plugins')
|
||||
option('qt-x11', type: 'feature', value: 'auto', description: 'Wayland support in the Qt plugins')
|
||||
option('qt-x11', type: 'feature', value: 'auto', description: 'X11 support in the Qt plugins')
|
||||
option('qt5', type : 'feature', value : 'auto', yield : true, description : 'Qt5 QML video sink plugin')
|
||||
option('qt6', type : 'feature', value : 'auto', yield : true, description : 'Qt6 QML video sink plugin')
|
||||
|
||||
|
|
Loading…
Reference in a new issue