Skip to content

Commit 33f3a36

Browse files
authored
Fix typo in pkg_check_modules for GTK3. (#2534)
1 parent f882022 commit 33f3a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ if(LINUX)
588588

589589
# including GTK3.0 and WebKit2Gtk4.x
590590
find_package(PkgConfig REQUIRED)
591-
pkg_check_modules(GKT3 REQUIRED gtk+-3.0)
591+
pkg_check_modules(GTK3 REQUIRED gtk+-3.0)
592592

593593
set(_webkit2gtk_vers "4.1;4.0")
594594
foreach(_ver ${_webkit2gtk_vers})

0 commit comments

Comments
 (0)