Include glib-mkenums in the toolchain binaries
This commit is contained in:
parent
574812854b
commit
7be5939330
@ -6,7 +6,7 @@
|
||||
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
||||
|
||||
Name: mingw-filesystem
|
||||
Version: 136
|
||||
Version: 137
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW cross compiler base filesystem and environment
|
||||
|
||||
@ -363,6 +363,9 @@ echo ".so man1/pkgconf.1" > %{buildroot}%{_mandir}/man1/x86_64-w64-mingw32ucrt-p
|
||||
%dir %{_prefix}/lib/debug/%{_prefix}/x86_64-w64-mingw32ucrt
|
||||
|
||||
%changelog
|
||||
* Mon May 09 2022 Richard Hughes <richard@hughsie.com> 137-1
|
||||
- Include glib-mkenums in the toolchain binaries to avoid installing host GLib for building.
|
||||
|
||||
* Tue May 03 2022 Sandro Mani <manisandro@gmail.com> - 136-1
|
||||
- Drop standard DLL provides, moved to mingw-crt
|
||||
|
||||
|
@ -10,6 +10,7 @@ strip = '/usr/bin/i686-w64-mingw32-strip'
|
||||
windres = '/usr/bin/i686-w64-mingw32-windres'
|
||||
dlltool = '/usr/bin/i686-w64-mingw32-dlltool'
|
||||
libgcrypt-config = '/usr/i686-w64-mingw32/sys-root/mingw/bin/libgcrypt-config'
|
||||
glib-mkenums = '/usr/i686-w64-mingw32/sys-root/mingw/bin/glib-mkenums'
|
||||
|
||||
[properties]
|
||||
root = '/usr/i686-w64-mingw32/sys-root/mingw'
|
||||
|
@ -10,6 +10,7 @@ strip = '/usr/bin/x86_64-w64-mingw32-strip'
|
||||
windres = '/usr/bin/x86_64-w64-mingw32-windres'
|
||||
dlltool = '/usr/bin/x86_64-w64-mingw32-dlltool'
|
||||
libgcrypt-config = '/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libgcrypt-config'
|
||||
glib-mkenums = '/usr/x86_64-w64-mingw32/sys-root/mingw/bin/glib-mkenums'
|
||||
|
||||
[properties]
|
||||
root = '/usr/x86_64-w64-mingw32/sys-root/mingw'
|
||||
|
Loading…
Reference in New Issue
Block a user