196d555092
Contains everything from #940, except on top of master now. Also added a postmarketos-ui-luna package to be a meta- package for all of the Luna work. Every component included here builds & runs, but isn't functional without a handful more packages.
14 lines
604 B
Diff
14 lines
604 B
Diff
diff --git a/src/compositor/extensions/qwlqtkey_p.h b/src/compositor/extensions/qwlqtkey_p.h
|
|
index fae02b0..d965eac 100644
|
|
--- a/src/compositor/extensions/qwlqtkey_p.h
|
|
+++ b/src/compositor/extensions/qwlqtkey_p.h
|
|
@@ -64,7 +64,7 @@ class QKeyEvent;
|
|
|
|
namespace QtWayland {
|
|
|
|
-class QtKeyExtensionGlobal : public QWaylandCompositorExtensionTemplate<QtKeyExtensionGlobal>, public QtWaylandServer::qt_key_extension
|
|
+class Q_WAYLAND_COMPOSITOR_EXPORT QtKeyExtensionGlobal : public QWaylandCompositorExtensionTemplate<QtKeyExtensionGlobal>, public QtWaylandServer::qt_key_extension
|
|
{
|
|
Q_OBJECT
|
|
public:
|
|
|