Add missing javascriptcoregtk-4.1-dev to build dependencies
All checks were successful
GBCI / build (push) Successful in 12s
All checks were successful
GBCI / build (push) Successful in 12s
- Added libjavascriptcoregtk-4.1-dev for Ubuntu/Debian - Added javascriptcore-gtk-devel for Fedora/RHEL - Fixes build error: javascriptcore-rs-sys v1.1.1 requires javascriptcoregtk-4.1.pc - This completes the Tauri/webkit dependencies for desktop builds
This commit is contained in:
parent
57a04a46db
commit
9c9b3b6d1f
1 changed files with 2 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ sudo apt install -y \
|
||||||
libglib2.0-dev \
|
libglib2.0-dev \
|
||||||
libgtk-3-dev \
|
libgtk-3-dev \
|
||||||
libwebkit2gtk-4.0-dev \
|
libwebkit2gtk-4.0-dev \
|
||||||
|
libjavascriptcoregtk-4.1-dev \
|
||||||
libayatana-appindicator3-dev \
|
libayatana-appindicator3-dev \
|
||||||
librsvg2-dev
|
librsvg2-dev
|
||||||
```
|
```
|
||||||
|
|
@ -137,6 +138,7 @@ sudo dnf install -y \
|
||||||
gobject-introspection-devel \
|
gobject-introspection-devel \
|
||||||
gtk3-devel \
|
gtk3-devel \
|
||||||
webkit2gtk3-devel \
|
webkit2gtk3-devel \
|
||||||
|
javascriptcore-gtk-devel \
|
||||||
libappindicator-gtk3-devel \
|
libappindicator-gtk3-devel \
|
||||||
librsvg2-devel
|
librsvg2-devel
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue