diff options
author | Charlie Li <vishwin@FreeBSD.org> | 2023-05-17 22:04:12 -0400 |
---|---|---|
committer | Charlie Li <vishwin@FreeBSD.org> | 2023-05-17 22:04:12 -0400 |
commit | 2e0d3fa0bccae53d09ffa1c4f07802ec517d9127 (patch) | |
tree | 2de7a6d6d37c5ac6fe13d06a04bb5bab3bc1406d /net-im/fractal/files/patch-meson.build | |
parent | graphics/mesa-devel: update to 23.1.b.1578 (diff) |
net-im/fractal: update to 4.4.2
Manage crates ourselves; use the generated source asset rather than
the upload (which bundles vendored crates that get stale quick).
Event: FreeBSD Developer Summit May 2023
Event: BSDCan 2023
Diffstat (limited to 'net-im/fractal/files/patch-meson.build')
-rw-r--r-- | net-im/fractal/files/patch-meson.build | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-im/fractal/files/patch-meson.build b/net-im/fractal/files/patch-meson.build index dcdfda1ffcde..8beb56c2fad5 100644 --- a/net-im/fractal/files/patch-meson.build +++ b/net-im/fractal/files/patch-meson.build @@ -1,9 +1,10 @@ ---- meson.build.orig 2019-02-03 12:56:37 UTC +--- meson.build.orig 2020-08-07 08:29:06 UTC +++ meson.build @@ -4,7 +4,6 @@ project( license: 'GPLv3', ) - + -dependency('openssl', version: '>= 1.0') dependency('dbus-1') - dependency('libsecret-1') + + dependency('glib-2.0', version: '>= 2.56') |