Accepting request 1097830 from home:bnavigator:branches:science

- BuildRequire nanosvg-devel >= 2022.12.22
  * only the fltk fork has nsvgRasterizeXY()

OBS-URL: https://build.opensuse.org/request/show/1097830
OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=60
This commit is contained in:
Benjamin Greiner 2023-07-09 14:44:15 +00:00 committed by Git OBS Bridge
parent 07f7b199d0
commit edd6ac7050
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jul 9 14:30:54 UTC 2023 - Ben Greiner <code@bnavigator.de>
- BuildRequire nanosvg-devel >= 2022.12.22
* only the fltk fork has nsvgRasterizeXY()
-------------------------------------------------------------------
Wed Jul 5 14:13:11 UTC 2023 - Hans-Peter Jansen <hpj@urpla.net>

View File

@ -70,7 +70,8 @@ BuildRequires: update-desktop-files
# update: this seems to be changed which 2.6.x, which requires wxBitmapComboBox,
# that's not available with earlier versions. Try to build with wx 3.2 now.
BuildRequires: wxWidgets-devel
BuildRequires: cmake(NanoSVG)
# need the fltk fork, see deps/NanoSVG/NanoSVG.cmake
BuildRequires: nanosvg-devel >= 2022.12.22
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(glew)