[vlc-commits] [Git][videolan/vlc][master] meson: qt: fix typo in dependency variable name
Steve Lhomme (@robUx4)
gitlab at videolan.org
Fri Feb 10 17:54:11 UTC 2023
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
be7ce3d1 by Loïc at 2023-02-10T17:30:43+00:00
meson: qt: fix typo in dependency variable name
- - - - -
1 changed file:
- modules/gui/qt/meson.build
Changes:
=====================================
modules/gui/qt/meson.build
=====================================
@@ -626,7 +626,7 @@ if qt5_dep.found()
wayland_qt5_dep = dependency('qt5', modules: ['WaylandClient'], required: false)
if wayland_qt5_dep.found()
- qt_extra_deps += [wayland_dep]
+ qt_extra_deps += [wayland_qt5_dep]
qt_extra_flags += '-DQT5_HAS_WAYLAND'
endif
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/be7ce3d1815c0348e2ee0d8cc0f8e2ba388ba6a0
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/be7ce3d1815c0348e2ee0d8cc0f8e2ba388ba6a0
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list