Skip to content

Commit

Permalink
REGRESSION(259197@main): [CMake] [GLIB] Cannot find dependency flite1…
Browse files Browse the repository at this point in the history
… when building with JHBuild

https://bugs.webkit.org/show_bug.cgi?id=251198

Reviewed by Adrian Perez de Castro.

* Tools/glib/dependencies/apt: Add dependency 'flite1-dev'.
* Tools/glib/dependencies/dnf: Add dependency 'flite'.
* Tools/glib/dependencies/pacman: Add dependency 'flite-dev'.

Canonical link: https://commits.webkit.org/259416@main
  • Loading branch information
dpino committed Jan 26, 2023
1 parent e32bbc1 commit 187e096
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Tools/glib/dependencies/apt
Expand Up @@ -31,6 +31,7 @@ PACKAGES=(
autotools-dev
bubblewrap
cmake
flite1-dev
gawk
$(aptIfExists gi-docgen)
gperf
Expand Down
1 change: 1 addition & 0 deletions Tools/glib/dependencies/dnf
Expand Up @@ -8,6 +8,7 @@ PACKAGES=(
bubblewrap
cairo-devel
cmake
flite-devel
gcc-c++
gi-docgen
gobject-introspection-devel
Expand Down
1 change: 1 addition & 0 deletions Tools/glib/dependencies/pacman
Expand Up @@ -9,6 +9,7 @@ PACKAGES=(
cmake
file
findutils
flite
gawk
gcc
gperf
Expand Down

0 comments on commit 187e096

Please sign in to comment.