mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
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:

committed by
Adrien Béraud

parent
f35794ef29
commit
b0e223ff3c
@ -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'
|
||||
|
Reference in New Issue
Block a user