Build with --with-included-immodules=wayland

... as requested by garnacho on IRC.

https://gitlab.gnome.org/GNOME/gnome-shell/issues/109
This commit is contained in:
Kalev Lember 2018-04-10 21:13:08 +02:00
parent eeaaa8766b
commit 361f953aef

View File

@ -22,7 +22,7 @@
Name: gtk3
Version: 3.22.29
Release: 1%{?dist}
Release: 2%{?dist}
Summary: GTK+ graphical user interface library
License: LGPLv2+
@ -186,7 +186,8 @@ export CFLAGS='-fno-strict-aliasing %optflags'
--enable-broadway-backend \
%endif
--enable-colord \
--enable-installed-tests
--enable-installed-tests \
--with-included-immodules=wayland
)
# fight unused direct deps
@ -277,7 +278,6 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-ti-er.so
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-ti-et.so
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-viqr.so
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-wayland.so
%if 0%{?with_broadway}
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-broadway.so
%endif
@ -325,6 +325,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
%{_datadir}/installed-tests
%changelog
* Tue Apr 10 2018 Kalev Lember <klember@redhat.com> - 3.22.29-2
- Build with --with-included-immodules=wayland
* Tue Mar 13 2018 Kalev Lember <klember@redhat.com> - 3.22.29-1
- Update to 3.22.29