Commit 22a17a75cbcd3335e6b64dee70c02c21732fec44
1 parent
d3ff9637
Exists in
master
and in
2 other branches
Updating pre-reqs.
Showing
2 changed files
with
2 additions
and
0 deletions
Show diff stats
win/x86_32/mingw32-pw3270.spec
... | ... | @@ -42,6 +42,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build |
42 | 42 | Requires: mingw32-gtk3 |
43 | 43 | Requires: mingw32-lib3270 = %{version} |
44 | 44 | Requires: mingw32-hicolor-icon-theme |
45 | +Requires: mingw32(libpixbufloader-svg.dll) | |
45 | 46 | |
46 | 47 | Provides: mingw32-pw3270-%{MAJOR_VERSION}_%{MINOR_VERSION} |
47 | 48 | Conflicts: otherproviders(mingw32-pw3270-%{MAJOR_VERSION}_%{MINOR_VERSION}) | ... | ... |
win/x86_64/mingw64-pw3270.spec
... | ... | @@ -42,6 +42,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build |
42 | 42 | Requires: mingw64-gtk3 |
43 | 43 | Requires: mingw64-lib3270 = %{version} |
44 | 44 | Requires: mingw64-hicolor-icon-theme |
45 | +Requires: mingw64(libpixbufloader-svg.dll) | |
45 | 46 | |
46 | 47 | Provides: mingw64(lib:pw3270) = %{version} |
47 | 48 | Requires: mingw64-lib3270-%{MAJOR_VERSION}_%{MINOR_VERSION} = %{version} | ... | ... |