aboutsummaryrefslogtreecommitdiff
path: root/cmake/FindGspell.cmake
diff options
context:
space:
mode:
authorfiaxh <git@lightrise.org>2022-02-14 14:55:59 +0100
committerfiaxh <git@lightrise.org>2022-07-27 20:34:20 +0200
commit7e7dcedaf31ee35499875491c9f569c575d28435 (patch)
tree0c5fee2b28baf320775fbc92b3c252e97d9d054f /cmake/FindGspell.cmake
parentf25bfb00969a7e09996da2d5500e6718f4cc0148 (diff)
downloaddino-7e7dcedaf31ee35499875491c9f569c575d28435.tar.gz
dino-7e7dcedaf31ee35499875491c9f569c575d28435.zip
Port from GTK3 to GTK4
Diffstat (limited to 'cmake/FindGspell.cmake')
-rw-r--r--cmake/FindGspell.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindGspell.cmake b/cmake/FindGspell.cmake
index 51c33c7e..de29ed1d 100644
--- a/cmake/FindGspell.cmake
+++ b/cmake/FindGspell.cmake
@@ -4,7 +4,7 @@ find_pkg_config_with_fallback(Gspell
LIB_NAMES gspell-1
INCLUDE_NAMES gspell.h
INCLUDE_DIR_SUFFIXES gspell-1 gspell-1/gspell
- DEPENDS Gtk
+ DEPENDS GTK3
)
include(FindPackageHandleStandardArgs)