Skip to content

Commit

Permalink
build: add TinySPARQL to public deps
Browse files Browse the repository at this point in the history
Since symbols will be used publicly (for now), add TinySPARQL to
the public requires and GIR dependencies.
  • Loading branch information
andyholmes committed Dec 14, 2024
1 parent 7752419 commit 192c172
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/libvalent/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ pkgconfig.generate(
'json-glib-1.0',
'libebook-1.2',
'libpeas-2',
'tracker-sparql-3.0',
],
requires_private: [
'gio-unix-2.0',
'gnutls',
'libportal',
'tracker-sparql-3.0',
],
)

Expand All @@ -95,6 +95,7 @@ if get_option('introspection')
'Json-1.0',
'EBook-1.2',
'Peas-2',
'Tracker-3.0',
]

libvalent_gir_sources = [
Expand Down Expand Up @@ -126,6 +127,7 @@ if get_option('introspection')
'json-glib-1.0',
'libebook-1.2',
'libpeas-2',
'tracker-sparql-3.0',
],
install: true,
install_dir: vapidir,
Expand Down

0 comments on commit 192c172

Please sign in to comment.