Update to 5.6.0 OBS-URL: https://build.opensuse.org/request/show/379845 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtwayland?expand=0&rev=8
13 lines
493 B
Diff
13 lines
493 B
Diff
diff --git a/examples/wayland/server-buffer/compositor/compositor.pro b/examples/wayland/server-buffer/compositor/compositor.pro
|
|
index 8d7f488..9f7751a 100644
|
|
--- a/examples/wayland/server-buffer/compositor/compositor.pro
|
|
+++ b/examples/wayland/server-buffer/compositor/compositor.pro
|
|
@@ -17,4 +17,7 @@ RESOURCES += compositor.qrc
|
|
CONFIG +=wayland-scanner
|
|
WAYLANDSERVERSOURCES += ../share-buffer.xml
|
|
|
|
+CONFIG += link_pkgconfig
|
|
+PKGCONFIG += wayland-server
|
|
+
|
|
DEFINES += QT_COMPOSITOR_QUICK
|