* add missing patch to libsecret

This commit is contained in:
Alexander Baldeck 2020-10-16 11:17:39 +02:00
parent bdc8f2c2d5
commit cd1de941b9

12
libsecret/fix-test.diff Normal file
View File

@ -0,0 +1,12 @@
diff --git i/libsecret/meson.build w/libsecret/meson.build
index 0c448b9..c0138d2 100644
--- i/libsecret/meson.build
+++ w/libsecret/meson.build
@@ -185,6 +185,7 @@ pkg.generate(description: 'GObject bindings for Secret Service API (Unstable)',
test_cflags = [
libsecret_cflags,
'-DSRCDIR="@0@"'.format(meson.source_root()),
+ '-DSECRET_WITH_UNSTABLE',
]
mock_service_lib = library('mock-service',