mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 20:25:28 +03:00
19 lines
574 B
Diff
19 lines
574 B
Diff
Adapted from https://gitlab.gnome.org/GNOME/connections/-/commit/d7074e8ad8db905f89548c0ce0def14370b829ff
|
|
|
|
---
|
|
src/meson.build | 2 +-
|
|
1 file changed, 1 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/src/meson.build b/src/meson.build
|
|
index 1f21fc1..b9bf0b4 100644
|
|
--- a/src/meson.build
|
|
+++ b/src/meson.build
|
|
@@ -35,7 +35,7 @@ connections_deps = [
|
|
dependency ('libsecret-1'),
|
|
]
|
|
|
|
-gtk_frdp_dep = dependency('gtk-frdp-0.1', required: false)
|
|
+gtk_frdp_dep = dependency('gtk-frdp-0.2', required: false)
|
|
|
|
if gtk_frdp_dep.found()
|
|
connections_deps += gtk_frdp_dep
|