summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-06-20 15:29:42 +0000
committerJens Georg <mail@jensge.org>2021-06-20 15:29:42 +0000
commitc251ddcd03331ecba8702658be8023fb32743a85 (patch)
tree960102049f73c25b6cb5ca998d70d9ca3315b6d3 /meson.build
parent41981fff1ac4e068acd679f4ef0551807db07f6d (diff)
downloadgssdp-c251ddcd03331ecba8702658be8023fb32743a85.tar.gz
Port sniffer to GTK4
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index e043070..2683c70 100644
--- a/meson.build
+++ b/meson.build
@@ -75,7 +75,7 @@ subdir('libgssdp')
subdir('tests')
if get_option('sniffer')
- gtk = dependency('gtk+-3.0', version : '>= 3.12')
+ gtk = dependency('gtk4', version : '>= 4')
subdir('tools')
endif