[vlc-commits] [Git][videolan/vlc][master] qt: fix undefined reference to ceil in libqt_wayland_plugin
    Jean-Baptiste Kempf (@jbk) 
    gitlab at videolan.org
       
    Wed Jan 22 21:45:08 UTC 2025
    
    
  
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
56415d01 by Pierre Lamot at 2025-01-22T21:22:05+00:00
qt: fix undefined reference to ceil in libqt_wayland_plugin
- - - - -
1 changed file:
- modules/gui/qt/Makefile.am
Changes:
=====================================
modules/gui/qt/Makefile.am
=====================================
@@ -617,7 +617,7 @@ nodist_libqt_plugin_la_SOURCES += \
 	maininterface/compositor_wayland.moc.cpp
 
 libqt_wayland_plugin_la_CFLAGS = $(AM_CFLAGS) $(WAYLAND_CLIENT_CFLAGS)
-libqt_wayland_plugin_la_LIBADD =  $(WAYLAND_CLIENT_LIBS)
+libqt_wayland_plugin_la_LIBADD =  $(WAYLAND_CLIENT_LIBS) $(LIBM)
 libqt_wayland_plugin_la_SOURCES = \
 	maininterface/qt_wayland_plugin.c \
 	maininterface/compositor_wayland_module.c \
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/56415d01ec0d452c839681f7601b054828ab877d
-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/56415d01ec0d452c839681f7601b054828ab877d
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