Accepting request 928625 from GNOME:Next
- Add pkgconfig(libavif) BuildRequires and pass USE_AVIF=ON to cmake, build avif decoding support. - Add wayland-protocols to BuildRequires. OBS-URL: https://build.opensuse.org/request/show/928625 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/webkit2gtk3?expand=0&rev=318
This commit is contained in:
parent
b0eb41d75e
commit
332ea90466
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 1 18:14:10 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Add pkgconfig(libavif) BuildRequires and pass USE_AVIF=ON to
|
||||
cmake, build avif decoding support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 1 17:54:51 UTC 2021 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
- Add wayland-protocols to BuildRequires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 26 22:10:23 UTC 2021 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
|
@ -150,6 +150,7 @@ BuildRequires: pkgconfig(xcomposite)
|
||||
BuildRequires: pkgconfig(gudev-1.0)
|
||||
BuildRequires: pkgconfig(harfbuzz) >= 0.9.2
|
||||
BuildRequires: pkgconfig(lcms2)
|
||||
BuildRequires: pkgconfig(libavif) >= 0.9.0
|
||||
BuildRequires: pkgconfig(libbrotlidec) >= 1.0.1
|
||||
BuildRequires: pkgconfig(libnotify)
|
||||
BuildRequires: pkgconfig(libpng)
|
||||
@ -168,6 +169,7 @@ BuildRequires: pkgconfig(libxslt) >= 1.1.7
|
||||
BuildRequires: pkgconfig(manette-0.2)
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
BuildRequires: pkgconfig(upower-glib)
|
||||
BuildRequires: pkgconfig(wayland-protocols)
|
||||
BuildRequires: pkgconfig(wpe-1.0) >= 1.3.0
|
||||
BuildRequires: pkgconfig(wpebackend-fdo-1.0) >= 1.3.0
|
||||
BuildRequires: pkgconfig(xt)
|
||||
@ -359,6 +361,7 @@ export PYTHON=%{_bindir}/python3
|
||||
%if "%{flavor}" == "gtk4"
|
||||
-DUSE_GTK4=ON \
|
||||
%endif
|
||||
-DUSE_AVIF=ON \
|
||||
-DENABLE_MINIBROWSER=ON \
|
||||
-DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,now -pthread" \
|
||||
-DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,now -pthread" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user