Build against SDL2 instead of SDL 1
SDL 1 support is disabled by default in meson_options.txt. Build against SDL2 that seems to be the upstream preferred version.
This commit is contained in:
parent
f7fb9271e4
commit
95e44d914c
@ -24,7 +24,6 @@ BuildRequires: libspiro-devel
|
||||
BuildRequires: meson
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: ruby
|
||||
BuildRequires: SDL-devel >= 1.2.0
|
||||
BuildRequires: suitesparse-devel
|
||||
BuildRequires: vala
|
||||
|
||||
@ -50,6 +49,7 @@ BuildRequires: pkgconfig(OpenEXR) >= 1.6.1
|
||||
BuildRequires: pkgconfig(pango) >= 1.38.0
|
||||
BuildRequires: pkgconfig(pangocairo) >= 1.38.0
|
||||
BuildRequires: pkgconfig(pygobject-3.0) >= 3.2
|
||||
BuildRequires: pkgconfig(sdl2) >= 2.0.5
|
||||
BuildRequires: pkgconfig(vapigen) >= 0.20.0
|
||||
BuildRequires: pkgconfig(libtiff-4) >= 4.0.0
|
||||
|
||||
@ -169,6 +169,7 @@ chrpath --delete %{buildroot}%{_libdir}/gegl-%{apiver}/*.so
|
||||
* Mon Nov 04 2019 Kalev Lember <klember@redhat.com> - 0.4.18-1
|
||||
- Update to 0.4.18
|
||||
- Switch to meson build system
|
||||
- Build against SDL2 instead of SDL 1
|
||||
|
||||
* Thu Sep 12 2019 Josef Ridky <jridky@redhat.com> -0.4.16-4
|
||||
- Obsoletes gegl03 (#1751416)
|
||||
|
Loading…
Reference in New Issue
Block a user