Enable sysprof support
This commit is contained in:
parent
b44aca8456
commit
7d17897479
@ -47,6 +47,7 @@ BuildRequires: pkgconfig(gstreamer-player-1.0)
|
|||||||
BuildRequires: pkgconfig(json-glib-1.0)
|
BuildRequires: pkgconfig(json-glib-1.0)
|
||||||
BuildRequires: pkgconfig(pango) >= %{pango_version}
|
BuildRequires: pkgconfig(pango) >= %{pango_version}
|
||||||
BuildRequires: pkgconfig(rest-0.7)
|
BuildRequires: pkgconfig(rest-0.7)
|
||||||
|
BuildRequires: pkgconfig(sysprof-capture-4)
|
||||||
BuildRequires: pkgconfig(vulkan)
|
BuildRequires: pkgconfig(vulkan)
|
||||||
BuildRequires: pkgconfig(wayland-client) >= %{wayland_version}
|
BuildRequires: pkgconfig(wayland-client) >= %{wayland_version}
|
||||||
BuildRequires: pkgconfig(wayland-cursor) >= %{wayland_version}
|
BuildRequires: pkgconfig(wayland-cursor) >= %{wayland_version}
|
||||||
@ -138,6 +139,7 @@ export CFLAGS='-fno-strict-aliasing -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT %
|
|||||||
-Dmedia-ffmpeg=disabled \
|
-Dmedia-ffmpeg=disabled \
|
||||||
-Dmedia-gstreamer=enabled \
|
-Dmedia-gstreamer=enabled \
|
||||||
-Dxinerama=enabled \
|
-Dxinerama=enabled \
|
||||||
|
-Dsysprof=enabled \
|
||||||
-Dcolord=enabled \
|
-Dcolord=enabled \
|
||||||
-Dsassc=disabled \
|
-Dsassc=disabled \
|
||||||
-Dgtk_doc=true \
|
-Dgtk_doc=true \
|
||||||
@ -234,6 +236,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
|||||||
%changelog
|
%changelog
|
||||||
* Wed Feb 24 2021 Kalev Lember <klember@redhat.com> - 4.1.1-1
|
* Wed Feb 24 2021 Kalev Lember <klember@redhat.com> - 4.1.1-1
|
||||||
- Update to 4.1.1
|
- Update to 4.1.1
|
||||||
|
- Enable sysprof support
|
||||||
|
|
||||||
* Fri Feb 19 2021 Kalev Lember <klember@redhat.com> - 4.1.0-3
|
* Fri Feb 19 2021 Kalev Lember <klember@redhat.com> - 4.1.0-3
|
||||||
- Backport upstream patch to fix a settings schema loading issue on Wayland
|
- Backport upstream patch to fix a settings schema loading issue on Wayland
|
||||||
|
Loading…
Reference in New Issue
Block a user