Skip to content

Commit

Permalink
dev-util/electron: hardcoded upstream, fixes #271
Browse files Browse the repository at this point in the history
  • Loading branch information
PF4Public committed Dec 14, 2023
1 parent eb81fec commit bb3333f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-util/electron/electron-27.1.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2288,7 +2288,7 @@ src_configure() {
myconf_gn+=" use_system_libdrm=true"
myconf_gn+=" use_system_minigbm=true"
myconf_gn+=" use_xkbcommon=true"
myconf_gn+=" ozone_platform_x11=$(usex X true false)"
myconf_gn+=" ozone_platform_x11=true"
myconf_gn+=" ozone_platform_wayland=$(usex wayland true false)"
myconf_gn+=" ozone_platform=$(usex wayland \"wayland\" \"x11\")"
use wayland && myconf_gn+=" use_system_libffi=true"
Expand Down

0 comments on commit bb3333f

Please sign in to comment.