diff --git a/libcamera.changes b/libcamera.changes index e8d5a1a..c4233b1 100644 --- a/libcamera.changes +++ b/libcamera.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 29 16:21:24 UTC 2025 - Antonio Larrosa + +- Remove Qt5 BuildRequires which aren't really needed nor used. + ------------------------------------------------------------------- Tue Apr 8 13:52:10 UTC 2025 - Antonio Larrosa diff --git a/libcamera.spec b/libcamera.spec index 12c4886..03fa9c2 100644 --- a/libcamera.spec +++ b/libcamera.spec @@ -39,9 +39,6 @@ BuildRequires: c++_compiler BuildRequires: gcc11 BuildRequires: gcc11-c++ %endif -BuildRequires: libQt5Core-devel -BuildRequires: libQt5Gui-devel -BuildRequires: libQt5Widgets-devel BuildRequires: meson >= 0.56 BuildRequires: pkg-config BuildRequires: python3-Jinja2