aboutsummaryrefslogtreecommitdiff
path: root/x11/brisk-menu/files/patch-src_meson.build
blob: 5b311b77f43b3075236d609b0b609d2f78305713 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Attempt to unbreak parallel build

--- src/meson.build.orig	2021-04-05 04:30:02 UTC
+++ src/meson.build
@@ -13,6 +13,7 @@ libresources = static_library(
 
 link_libresources = declare_dependency(
     link_with: libresources,
+    sources: brisk_resources,
     include_directories: [
         data_include,
     ],
@@ -38,6 +39,7 @@ libsession_stub = static_library(
 # Allow linking to the stub
 link_libsession_stub = declare_dependency(
     link_with: libsession_stub,
+    sources: [libsaver_glue, libsession_glue],
     dependencies: [
         dep_gio_unix,
     ],