misc: add an API to set the client app's resource directory path

This approach allows client apps that install ringtones (and any other resources) in custom locations to specify that directory at runtime. This will take precedence over the build time data directory supplied for platforms which install to a fixed path.

https: //git.jami.net/savoirfairelinux/jami-client-qt/-/issues/1619
Change-Id: I81616f79196e645a5ad677d6956be6a2ffcd976a
This commit is contained in:
Andreas Traczyk
2024-04-12 16:54:30 -04:00
committed by Adrien Béraud
parent f35794ef29
commit b0e223ff3c
10 changed files with 60 additions and 39 deletions

View File

@ -1,5 +1,5 @@
project('jami-daemon', ['c', 'cpp'],
version: '15.2.0',
version: '15.3.0',
license: 'GPL3+',
default_options: ['cpp_std=gnu++17', 'buildtype=debugoptimized'],
meson_version:'>= 0.56'