diff options
author | Nick Sarnie <sarnex@gentoo.org> | 2022-05-14 11:05:06 -0400 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2022-05-14 11:06:23 -0400 |
commit | 20aae5e8172dd93351e46c635dcc549e9a8a8952 (patch) | |
tree | 93a1d4e04b251a14a5df1a0b144d1661c5c366f0 | |
parent | app-emulation/wine-staging: Remove vkd3d USE (diff) | |
download | wine-20aae5e8172dd93351e46c635dcc549e9a8a8952.tar.gz wine-20aae5e8172dd93351e46c635dcc549e9a8a8952.tar.bz2 wine-20aae5e8172dd93351e46c635dcc549e9a8a8952.zip |
app-emulation/wine-vanilla: Build hal
Closes: https://bugs.gentoo.org/844043
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-7.8.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.8.ebuild b/app-emulation/wine-vanilla/wine-vanilla-7.8.ebuild index 8816e88..d50aedd 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-7.8.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-7.8.ebuild @@ -398,7 +398,7 @@ multilib_src_configure() { $(use_with gphoto2 gphoto) $(use_with gssapi) $(use_with gstreamer) - --disable-hal + --enable-hal $(use_with kerberos krb5) $(use_with ldap) # TODO: Will bug 685172 still need special handling? diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild index 8816e88..d50aedd 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild @@ -398,7 +398,7 @@ multilib_src_configure() { $(use_with gphoto2 gphoto) $(use_with gssapi) $(use_with gstreamer) - --disable-hal + --enable-hal $(use_with kerberos krb5) $(use_with ldap) # TODO: Will bug 685172 still need special handling? |