Accepting request 1143315 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1143315 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-remote-desktop?expand=0&rev=23
This commit is contained in:
commit
7382edcaca
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 1 09:20:38 UTC 2024 - Yifan Jiang <yfjiang@suse.com>
|
||||
|
||||
- Explict require higher version of gcc on SLE/Leap.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 22 17:39:54 UTC 2023 - bjorn.lie@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-remote-desktop
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -42,6 +42,10 @@ BuildRequires: pkgconfig(freerdp-client2) >= %{freerdp_version}
|
||||
BuildRequires: pkgconfig(freerdp-server2) >= %{freerdp_version}
|
||||
BuildRequires: pkgconfig(freerdp2) >= %{freerdp_version}
|
||||
BuildRequires: pkgconfig(fuse3) >= 3.9.1
|
||||
%if 0%{?sle_version} && 0%{?sle_version} < 160000
|
||||
BuildRequires: gcc13
|
||||
BuildRequires: gcc13-c++
|
||||
%endif
|
||||
BuildRequires: pkgconfig(gbm)
|
||||
BuildRequires: pkgconfig(gio-2.0) >= %{glib_version}
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib_version}
|
||||
@ -78,6 +82,9 @@ GNOME desktop environment.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%if 0%{?sle_version} && 0%{?sle_version} < 160000
|
||||
export CC=gcc-13
|
||||
%endif
|
||||
%meson \
|
||||
-D vnc=true \
|
||||
-D tests=false \
|
||||
|
Loading…
x
Reference in New Issue
Block a user