summaryrefslogtreecommitdiff
path: root/devel/qt5-qmake/files/patch-mkspecs_common_bsd_bsd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'devel/qt5-qmake/files/patch-mkspecs_common_bsd_bsd.conf')
-rw-r--r--devel/qt5-qmake/files/patch-mkspecs_common_bsd_bsd.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/qt5-qmake/files/patch-mkspecs_common_bsd_bsd.conf b/devel/qt5-qmake/files/patch-mkspecs_common_bsd_bsd.conf
new file mode 100644
index 000000000000..db5e1d817f39
--- /dev/null
+++ b/devel/qt5-qmake/files/patch-mkspecs_common_bsd_bsd.conf
@@ -0,0 +1,13 @@
+Add some defines for Wayland support.
+
+--- mkspecs/common/bsd/bsd.conf.orig 2017-07-01 22:01:46 UTC
++++ mkspecs/common/bsd/bsd.conf
+@@ -28,3 +28,8 @@ QMAKE_RANLIB =
+
+ 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