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
_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to