forked from pool/gobject-introspection
Accepting request 1129820 from home:fcrozat:branches:GNOME:Factory
- Drop BuildRequires on pkgconfig(cairo)/pkgconfig(cairo-gobject), cairo is only needed for some tests. OBS-URL: https://build.opensuse.org/request/show/1129820 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=249
This commit is contained in:
parent
acc5e1a20d
commit
d53e42a8c9
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 29 13:15:29 UTC 2023 - Frederic Crozat <fcrozat@suse.com>
|
||||||
|
|
||||||
|
- Drop BuildRequires on pkgconfig(cairo)/pkgconfig(cairo-gobject),
|
||||||
|
cairo is only needed for some tests.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 16 12:19:42 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
Sat Sep 16 12:19:42 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -43,8 +43,6 @@ BuildRequires: python3-Mako
|
|||||||
BuildRequires: python3-Markdown
|
BuildRequires: python3-Markdown
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-xml
|
BuildRequires: python3-xml
|
||||||
BuildRequires: pkgconfig(cairo)
|
|
||||||
BuildRequires: pkgconfig(cairo-gobject)
|
|
||||||
BuildRequires: pkgconfig(gio-2.0)
|
BuildRequires: pkgconfig(gio-2.0)
|
||||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.75.0
|
BuildRequires: pkgconfig(glib-2.0) >= 2.75.0
|
||||||
@ -103,8 +101,9 @@ a uniform, machine readable format.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# cairo is only needed for some tests, don't enable it
|
||||||
%meson \
|
%meson \
|
||||||
-Dcairo=enabled \
|
-Dcairo=disabled \
|
||||||
-Ddoctool=enabled \
|
-Ddoctool=enabled \
|
||||||
-Dgtk_doc=true \
|
-Dgtk_doc=true \
|
||||||
-Dpython='%{_bindir}/python3' \
|
-Dpython='%{_bindir}/python3' \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user