diff --git a/gdk-pixbuf.changes b/gdk-pixbuf.changes index bd85359..4c4935a 100644 --- a/gdk-pixbuf.changes +++ b/gdk-pixbuf.changes @@ -27,6 +27,13 @@ Thu Jan 30 12:17:20 UTC 2020 - Dominique Leuenberger - No longer recommend -lang: supplements are in use +------------------------------------------------------------------- +Wed Nov 27 17:36:17 UTC 2019 - Bjørn Lie + +- Drop pkgconfig(x11) BuildRequires and pass -Dx11=false to meson. + No longer build x11 support, that is now split out in it's own + compat package. + ------------------------------------------------------------------- Tue Oct 8 11:52:24 UTC 2019 - Bjørn Lie diff --git a/gdk-pixbuf.spec b/gdk-pixbuf.spec index d320ae4..e61079e 100644 --- a/gdk-pixbuf.spec +++ b/gdk-pixbuf.spec @@ -52,7 +52,6 @@ BuildRequires: xsltproc BuildRequires: pkgconfig(glib-2.0) >= 2.56.0 BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(libpng) -BuildRequires: pkgconfig(x11) %description gdk-pixbuf is an image loading library that can be extended by loadable @@ -149,7 +148,7 @@ cp -a %{SOURCE2} . -Dtiff=true \ -Djpeg=true \ -Djasper=false \ - -Dx11=true \ + -Dx11=false \ -Dbuiltin_loaders=none \ -Ddocs=true \ -Dgir=true \ @@ -226,7 +225,6 @@ fi %doc README.SUSE %endif %{_libdir}/libgdk_pixbuf-2.0.so.0* -%{_libdir}/libgdk_pixbuf_xlib-2.0.so.0* %dir %{_libdir}/gdk-pixbuf-2.0 %dir %{_libdir}/gdk-pixbuf-2.0/%{gdk_pixbuf_binary_version} %dir %{_libdir}/gdk-pixbuf-2.0/%{gdk_pixbuf_binary_version}/loaders @@ -253,7 +251,7 @@ fi %{_bindir}/gdk-pixbuf-pixdata %{_mandir}/man1/gdk-pixbuf-csource.1* %{_includedir}/gdk-pixbuf-2.0 -%{_libdir}/pkgconfig/*.pc +%{_libdir}/pkgconfig/gdk-pixbuf-2.0.pc %{_libdir}/*.so %{_datadir}/gir-1.0/GdkPixbuf-2.0.gir %{_datadir}/gir-1.0/GdkPixdata-2.0.gir