Accepting request 908866 from GNOME:Factory
- Adapt xorg-x11-Xvfb BuildRequires on SLE and Leap, whose X has not updated to xorg-x11-server-Xvfb. (forwarded request 908845 from yfjiang) OBS-URL: https://build.opensuse.org/request/show/908866 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=96
This commit is contained in:
commit
d5e9069a7a
@ -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>
|
||||
|
||||
|
4
gjs.spec
4
gjs.spec
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user