forked from pool/wxWidgets-3_2
- Use more pkgconfig(..) in BuildRequires
- Remove pre-SLE15 building blocks OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=106
This commit is contained in:
parent
02081aff5a
commit
69f4b4b75c
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 24 09:29:25 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Use more pkgconfig(..) in BuildRequires
|
||||
- Remove pre-SLE15 building blocks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 27 22:50:58 UTC 2023 - Antoine Belvire <antoine.belvire@opensuse.org>
|
||||
|
||||
|
@ -91,19 +91,19 @@ BuildRequires: graphviz
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: cppunit-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gstreamer-devel
|
||||
BuildRequires: gstreamer-plugins-base-devel
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libmspack-devel
|
||||
BuildRequires: libnotify-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: pkgconfig(gstreamer-1.0)
|
||||
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0)
|
||||
BuildRequires: pkgconfig(libcurl)
|
||||
BuildRequires: pkgconfig(libmspack)
|
||||
BuildRequires: pkgconfig(libnotify)
|
||||
BuildRequires: pkgconfig(sm)
|
||||
%if "%toolkit" == "gtk2"
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: pkgconfig(gtk+-2.0)
|
||||
%endif
|
||||
%if "%toolkit" == "gtk3"
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
@ -121,11 +121,7 @@ BuildRequires: pkgconfig(cairo)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(glu)
|
||||
BuildRequires: pkgconfig(liblzma)
|
||||
%if 0%{?sle_version} < 150000 && !0%{?is_opensuse}
|
||||
BuildRequires: pkgconfig(sdl)
|
||||
%else
|
||||
BuildRequires: pkgconfig(sdl2)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(xtst)
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user