Accepting request 825425 from science
OBS-URL: https://build.opensuse.org/request/show/825425 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PrusaSlicer?expand=0&rev=4
This commit is contained in:
commit
4bb39cdc72
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 10 08:12:10 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
- Use wxGTK3 instead of wxWidgets (GTK2), for better HiDPI and
|
||||
Wayland support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 16 12:09:13 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -51,7 +51,7 @@ BuildRequires: openvdb-devel >= 5
|
||||
BuildRequires: openvdb-tools
|
||||
BuildRequires: tbb-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: wxWidgets-devel >= 3.1
|
||||
BuildRequires: wxGTK3-devel >= 3.1
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
Requires: noto-sans-fonts
|
||||
|
||||
@ -73,7 +73,8 @@ sed -i 's/UNKNOWN/OpenSUSE/' version.inc
|
||||
export CFLAGS="%optflags -mfpmath=sse -msse2"
|
||||
export CXXFLAGS="$CFLAGS"
|
||||
%endif
|
||||
%cmake -DSLIC3R_FHS=1
|
||||
%cmake -DSLIC3R_FHS=1 \
|
||||
-DSLIC3R_GTK=3
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user