Skip to content

Commit

Permalink
Cherry-pick 263009@main (1c9024b). https://bugs.webkit.org/show_bug.c…
Browse files Browse the repository at this point in the history
…gi?id=255491

    [GTK] Error if gettext is not found during configure
    https://bugs.webkit.org/show_bug.cgi?id=255491

    Reviewed by Michael Catanzaro.

    Previously it would fail later during build.

    * Source/WebCore/platform/gtk/po/CMakeLists.txt:

    Canonical link: https://commits.webkit.org/263009@main
  • Loading branch information
TingPing authored and aperezdc committed Apr 16, 2023
1 parent 63b7cd0 commit 98e71ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/WebCore/platform/gtk/po/CMakeLists.txt
@@ -1,5 +1,9 @@
include(FindGettext)

if (NOT GETTEXT_FOUND)
message(FATAL_ERROR "gettext not found")
endif ()

set(linguas
ar as bg ca cs da de el en_CA en_GB eo es et eu fi fr gl gu he hi hr hu id
it ja ka kn ko lt lv ml mr nb nl or pa pl pt pt_BR ro ru sl sr sr@latin sv
Expand Down

0 comments on commit 98e71ae

Please sign in to comment.