Skip to content

Commit 4966081

Browse files
committed
Add version specification for libnotify
1 parent ea625ca commit 4966081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ endif
9393

9494
libnm = dependency('libnm', required: true)
9595
glib2 = dependency('glib-2.0', required: true)
96-
libnotify = dependency('libnotify', required: false)
96+
libnotify = dependency('libnotify', required: false, version: '>= 0.7.0')
9797

9898
libnotify_dep = dependency('libnotify', version: '>= 0.4.3')
9999
config_h.set10('HAVE_LIBNOTIFY_07', libnotify_dep.found() and libnotify_dep.version().version_compare('>= 0.7'),

0 commit comments

Comments
 (0)