Enable sysprof events
Sysprof was present as a build requirement but the actual configure flag to activate it wasn't being passed.
This commit is contained in:
parent
30e65143de
commit
cd42a7ea0e
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
Name: gtk3
|
Name: gtk3
|
||||||
Version: 3.24.23
|
Version: 3.24.23
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: GTK+ graphical user interface library
|
Summary: GTK+ graphical user interface library
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -187,6 +187,9 @@ export CFLAGS='-fno-strict-aliasing %optflags'
|
|||||||
%endif
|
%endif
|
||||||
--enable-colord \
|
--enable-colord \
|
||||||
--enable-installed-tests \
|
--enable-installed-tests \
|
||||||
|
%if 0%{?with_sysprof}
|
||||||
|
--enable-profiler \
|
||||||
|
%endif
|
||||||
--with-included-immodules=wayland
|
--with-included-immodules=wayland
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -326,6 +329,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
|
|||||||
%{_datadir}/installed-tests/
|
%{_datadir}/installed-tests/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 18 2020 Ivan Molodetskikh <yalterz@gmail.com> - 3.24.23-2
|
||||||
|
- Enable sysprof events
|
||||||
|
|
||||||
* Fri Sep 04 2020 Kalev Lember <klember@redhat.com> - 3.24.23-1
|
* Fri Sep 04 2020 Kalev Lember <klember@redhat.com> - 3.24.23-1
|
||||||
- Update to 3.24.23
|
- Update to 3.24.23
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user