1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

accessibility/feedbackd: drop libgudev workaround after r544690

This commit is contained in:
Jan Beich 2020-08-11 18:29:58 +00:00
parent 1f186ef2f2
commit c7cde5cd47
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544705

View File

@ -1,13 +0,0 @@
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248565
--- meson.build.orig 2020-07-26 11:06:35 UTC
+++ meson.build
@@ -15,7 +15,7 @@ glib = dependency('glib-2.0', version: '>=2.
if get_option('daemon')
gobject = dependency('gobject-2.0', version: '>=2.50.0')
gsound = dependency('gsound')
- gudev = dependency('gudev-1.0', version: '>=232')
+ gudev = dependency('gudev-1.0', version: '>=230')
json_glib = dependency('json-glib-1.0')
endif