Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: pass staticdeps parameter to libtrx
When trying to link dynamically to required dependencies with -Dstaticdeps=false parameter, meson produces 95 warnings. To fix them, staticdeps parameter must be passed to libtrx subproject. Current partial output : > meson setup -Doptimization=2 -Db_asneeded=true > --prefix=/var/tmp/devcxx/meson/TR1X/installdir > /var/tmp/devcxx/meson/TR1X/builddir > [...]/dev/projects/TRX/src/tr1 -Dstaticdeps=false > > [...] > > TR1X undefined > > Subprojects > libtrx : YES 95 warnings > uthash : YES (from libtrx) > > User defined options > optimization: 2 > prefix : /var/tmp/devcxx/meson/TR1X/installdir > b_asneeded : true > staticdeps : false Signed-off-by: Fabrice Delliaux <[email protected]>
- Loading branch information