forked from pool/waycheck
Accepting request 1140879 from X11:Wayland
- Use GCC 11 for SLE/Leap OBS-URL: https://build.opensuse.org/request/show/1140879 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/waycheck?expand=0&rev=4
This commit is contained in:
commit
848ff63dd3
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 23 10:42:01 UTC 2024 - Neal Gompa <ngompa@opensuse.org>
|
||||||
|
|
||||||
|
- Use GCC 11 for SLE/Leap
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 15 20:37:38 UTC 2023 - Neal Gompa <ngompa@opensuse.org>
|
Sun Oct 15 20:37:38 UTC 2023 - Neal Gompa <ngompa@opensuse.org>
|
||||||
|
|
||||||
|
@ -28,7 +28,11 @@ URL: https://gitlab.freedesktop.org/serebit/waycheck
|
|||||||
Source0: %{url}/-/archive/v%{version}/%{name}-v%{version}.tar.gz
|
Source0: %{url}/-/archive/v%{version}/%{name}-v%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
|
%if 0%{?suse_version} && 0%{?suse_version} < 1600
|
||||||
|
BuildRequires: gcc11-c++
|
||||||
|
%else
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
%endif
|
||||||
BuildRequires: pkgconfig(Qt6Core) >= %{qt6_minver}
|
BuildRequires: pkgconfig(Qt6Core) >= %{qt6_minver}
|
||||||
BuildRequires: pkgconfig(Qt6Gui) >= %{qt6_minver}
|
BuildRequires: pkgconfig(Qt6Gui) >= %{qt6_minver}
|
||||||
BuildRequires: pkgconfig(Qt6WaylandClient) >= %{qt6_minver}
|
BuildRequires: pkgconfig(Qt6WaylandClient) >= %{qt6_minver}
|
||||||
@ -45,6 +49,10 @@ Requires: hicolor-icon-theme
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if 0%{?suse_version} && 0%{?suse_version} < 1600
|
||||||
|
export CC=gcc-11
|
||||||
|
export CXX=g++-11
|
||||||
|
%endif
|
||||||
%meson
|
%meson
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user