Accepting request 908845 from GNOME:STABLE:41

- Adapt xorg-x11-Xvfb BuildRequires on SLE and Leap, whose X has
  not updated to xorg-x11-server-Xvfb.

OBS-URL: https://build.opensuse.org/request/show/908845
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=199
This commit is contained in:
Dominique Leuenberger 2021-07-28 11:25:36 +00:00 committed by Git OBS Bridge
parent 0363211e2d
commit 1f752a48f2
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jul 28 09:36:22 UTC 2021 - Yifan Jiang <yfjiang@suse.com>
- Adapt xorg-x11-Xvfb BuildRequires on SLE and Leap, whose X has
not updated to xorg-x11-server-Xvfb.
-------------------------------------------------------------------
Fri May 14 13:50:21 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -31,7 +31,11 @@ BuildRequires: meson >= 0.52.0
BuildRequires: pkgconfig
BuildRequires: readline-devel
BuildRequires: systemtap-sdt-devel
%if 0%{?sle_version} && 0%{?sle_version} <= 150400
BuildRequires: xorg-x11-Xvfb
%else
BuildRequires: xorg-x11-server-Xvfb
%endif
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(cairo-gobject)
BuildRequires: pkgconfig(cairo-xlib)