ports/devel/qt5-qmake/files/patch-mkspecs_common_bsd_bsd.conf
Jason E. Hale 501ccfe6dd Qt5: Update to 5.15.16
Update devel/pyside2* and devel/shiboken2 to 5.15.16

Update www/qt5-webengine to include the latest security fixes in
the chromium submodule [1]

Release note:
https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/5.15.16/release-note.md

MFH:		2024Q4
Security:	16e472d5-a8aa-11ef-b680-4ccc6adda413 [1]
2024-11-23 00:40:00 -05:00

13 lines
442 B
Text

Add some defines for Wayland support.
--- mkspecs/common/bsd/bsd.conf.orig 2024-11-21 20:06:55 UTC
+++ mkspecs/common/bsd/bsd.conf
@@ -49,3 +49,8 @@ QMAKE_STRIPFLAGS_LIB += --strip-unneeded
QMAKE_STRIP = strip
QMAKE_STRIPFLAGS_LIB += --strip-unneeded
+
+QMAKE_LIBS_WAYLAND_CLIENT = -lwayland-client
+QMAKE_LIBS_WAYLAND_SERVER = -lwayland-server
+QMAKE_WAYLAND_SCANNER = wayland-scanner
+QMAKE_LIBS_EGL = -lEGL