summaryrefslogtreecommitdiff
path: root/meson.build
blob: 55a6785a6727f66a79f1767f083cb2dc06774daa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
project('SparkleShare', 'cs')

install_dir = 'share/sparkleshare'

configuration = configuration_data()
configuration.set('ABS_INSTALL_DIR', join_paths(get_option('prefix'), install_dir))

# This line is changed by scripts/bump-version.sh, so keep it intact
configuration.set('VERSION', '3.28.0')

subdir('Sparkles')
subdir('Sparkles/Git')
subdir('SparkleShare')

meson.add_install_script('scripts/post-install.sh')