We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80173c4 commit 81a2014Copy full SHA for 81a2014
rsvg/meson.build
@@ -220,6 +220,7 @@ else
220
)
221
endif
222
223
+librsvg_dep_args = []
224
librsvg_lib = librsvg_c_lib
225
226
# Wait on this dependency before trying to build using Rust
@@ -263,6 +264,7 @@ if get_option('default_library') in ['static', 'both']
263
264
install: true,
265
install_dir: get_option('libdir'),
266
267
+ librsvg_dep_args += ['-DRSVG_STATIC']
268
269
librsvg_rust_dep = librsvg_lib
270
@@ -272,6 +274,7 @@ librsvg_dep = declare_dependency(
272
274
sources: includes,
273
275
include_directories: [includeinc],
276
dependencies: library_dependencies,
277
+ compile_args: librsvg_dep_args,
278
link_with: librsvg_lib,
279
280
0 commit comments