mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 20:31:08 +00:00
meson.bbclass: Add support for more standard installation directories
A couple of more standard installation directories are supported with meson 0.37.1, so make sure they are configured. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
f07b8a2196
commit
b9534442f0
@ -18,13 +18,17 @@ def noprefix(var, d):
|
||||
|
||||
MESONOPTS = " --prefix ${prefix} \
|
||||
--bindir ${@noprefix('bindir', d)} \
|
||||
--sbindir ${@noprefix('sbindir', d)} \
|
||||
--datadir ${@noprefix('datadir', d)} \
|
||||
--libdir ${@noprefix('libdir', d)} \
|
||||
--libexecdir ${@noprefix('libexecdir', d)} \
|
||||
--includedir ${@noprefix('includedir', d)} \
|
||||
--mandir ${@noprefix('mandir', d)} \
|
||||
--infodir ${@noprefix('infodir', d)} \
|
||||
--localedir ${@noprefix('localedir', d)} \
|
||||
--sysconfdir ${sysconfdir}"
|
||||
--sysconfdir ${sysconfdir} \
|
||||
--localstatedir ${localstatedir} \
|
||||
--sharedstatedir ${sharedstatedir}"
|
||||
|
||||
MESON_C_ARGS = "${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user