Skip to content

Commit 8572d5a

Browse files
committed
Remove extraneous depdendency detection on libnotify
1 parent 4966081 commit 8572d5a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

meson.build

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ libnm = dependency('libnm', required: true)
9595
glib2 = dependency('glib-2.0', required: true)
9696
libnotify = dependency('libnotify', required: false, version: '>= 0.7.0')
9797

98-
libnotify_dep = dependency('libnotify', version: '>= 0.4.3')
99-
config_h.set10('HAVE_LIBNOTIFY_07', libnotify_dep.found() and libnotify_dep.version().version_compare('>= 0.7'),
98+
config_h.set10('HAVE_LIBNOTIFY_07', libnotify.found() and libnotify.version().version_compare('>= 0.7'),
10099
description: 'Define if you have libnotify 0.7 or later')
101100

102101
deps = [libnm, glib2, libnotify, dlopen]

0 commit comments

Comments
 (0)