Skip to content

Commit

Permalink
Merge branch 'master' into snap-core24
Browse files Browse the repository at this point in the history
  • Loading branch information
lidaobing authored Feb 16, 2025
2 parents e208fbe + c7c0958 commit d9a5146
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if get_option('sanitize-address')
add_project_link_arguments('-fsanitize=address', language: 'cpp')
endif

so_version = '0.9.3'
so_version = 1
subdir('src')
subdir('share')
subdir('po')
Expand Down
5 changes: 3 additions & 2 deletions src/iptux-core/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,14 @@ else
link_with: [libiptux_utils],
include_directories: inc,
install: true,
version: so_version,
version: meson.project_version(),
soversion: so_version,
)
pkg = import('pkgconfig')
pkg.generate(
description: 'Communicate and Share File in LAN',
name: 'iptux-core',
version: so_version,
version: meson.project_version(),
requires: [jsoncpp_dep, glib_dep, sigc_dep, thread_dep],
requires_private: [glog_dep, gflags_dep],
libraries: [libiptux_core, glog_dep],
Expand Down

0 comments on commit d9a5146

Please sign in to comment.