Skip to content

Commit

Permalink
dev-util/electron: fix jsoncpp
Browse files Browse the repository at this point in the history
  • Loading branch information
PF4Public committed Jan 26, 2024
1 parent 8af10a0 commit ff70447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-util/electron/electron-28.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,7 @@ src_prepare() {
cp "${FILESDIR}/libusb.gn" build/linux/unbundle || die
sed -i '/^REPLACEMENTS.*$/{s++REPLACEMENTS = {"libusb":"third_party/libusb/BUILD.gn",+;h};${x;/./{x;q0};x;q1}' \
build/linux/unbundle/replace_gn_files.py || die
sed -i '/^.*deps.*third_party\/jsoncpp.*$/{s++public_deps = [ "//third_party/jsoncpp" ]+;h};${x;/./{x;q0};x;q1}' \
sed -i '/^.*deps.*third_party\/jsoncpp.*$/{s++public_deps \+= [ "//third_party/jsoncpp" ]+;h};${x;/./{x;q0};x;q1}' \
third_party/webrtc/rtc_base/BUILD.gn || die

use bluetooth || eapply "${FILESDIR}/disable-bluez.patch"
Expand Down

0 comments on commit ff70447

Please sign in to comment.