mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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]
13 lines
442 B
Text
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
|