Link decorations against qtx11extras
This commit is contained in:
parent
566253fdf6
commit
1029036ab6
@ -207,10 +207,10 @@ rename from src/qgtk3dialoghelpers.h
|
||||
rename to common/qgtk3dialoghelpers.h
|
||||
diff --git a/decoration/decoration.pro b/decoration/decoration.pro
|
||||
new file mode 100644
|
||||
index 0000000..6c3bb05
|
||||
index 0000000..8f7f039
|
||||
--- /dev/null
|
||||
+++ b/decoration/decoration.pro
|
||||
@@ -0,0 +1,32 @@
|
||||
@@ -0,0 +1,33 @@
|
||||
+lessThan(QT_MINOR_VERSION, 9): error("Qt 5.9 and newer is required.")
|
||||
+
|
||||
+TEMPLATE = lib
|
||||
@ -225,7 +225,8 @@ index 0000000..6c3bb05
|
||||
+QT += core \
|
||||
+ gui \
|
||||
+ waylandclient-private \
|
||||
+ widgets
|
||||
+ widgets \
|
||||
+ x11extras
|
||||
+
|
||||
+LIBS += -lcommon
|
||||
+
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
|
||||
Name: qgnomeplatform
|
||||
Version: 0.5
|
||||
Release: 16%{?dist}
|
||||
Release: 17%{?dist}
|
||||
Summary: Qt Platform Theme aimed to accommodate Gnome settings
|
||||
|
||||
License: LGPLv2+
|
||||
@ -61,6 +61,9 @@ make install INSTALL_ROOT=%{buildroot} -C %{_target_platform}
|
||||
%{_qt5_libdir}/qt5/plugins/wayland-decoration-client/libqgnomeplatformdecoration.so
|
||||
|
||||
%changelog
|
||||
* Thu Oct 03 2019 Jan Grulich <jgrulich@redhat.com> - 0.5-17
|
||||
- Link decorations against qtx11extras
|
||||
|
||||
* Fri Sep 27 2019 Jan Grulich <jgrulich@redhat.com> - 0.5-16
|
||||
- Set XCURSOR_SIZE only on wayland
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user