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