Skip to content

Commit

Permalink
slack: Add bzip2 and sqlite3 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
belka-ew committed Dec 12, 2021
1 parent 7ccd55d commit 2b63b28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backends/slack/meson.build
@@ -1,6 +1,7 @@
add_languages('cpp')

curl_dep = meson.get_compiler('c').find_library('curl')
bzip2_dep = dependency('bzip2')

packagekit_backend_slack_module = shared_module(
'pk_backend_slack',
Expand All @@ -15,6 +16,8 @@ packagekit_backend_slack_module = shared_module(
packagekit_glib2_dep,
curl_dep,
gmodule_dep,
sqlite3_dep,
bzip2_dep,
],
cpp_args: [
'-DG_LOG_DOMAIN="PackageKit-Slackware"',
Expand Down

0 comments on commit 2b63b28

Please sign in to comment.