From beb6595a12f7574a8d18e45160e7643eaa2180d6 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 31 Aug 2022 12:33:27 +0200 Subject: [PATCH] chore: add libenchant-2-2 to ubuntu20 WebKit (#71) --- dist/index.js | 1 + index.js | 1 + 2 files changed, 2 insertions(+) diff --git a/dist/index.js b/dist/index.js index a64d549..96a7fd9 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1340,6 +1340,7 @@ const DEPENDENCIES = { 'libxtst6', ], webkit: [ + 'libenchant-2-2', 'gstreamer1.0-libav', 'gstreamer1.0-plugins-bad', 'gstreamer1.0-plugins-base', diff --git a/index.js b/index.js index c9ba10f..3998e6d 100644 --- a/index.js +++ b/index.js @@ -209,6 +209,7 @@ const DEPENDENCIES = { 'libxtst6', ], webkit: [ + 'libenchant-2-2', 'gstreamer1.0-libav', 'gstreamer1.0-plugins-bad', 'gstreamer1.0-plugins-base',