mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
meson.bbclass: add a cups-config entry
This is required by newer meson versions in cross builds, as acknowledgement that the tool in PATH is ok to use. (From OE-Core rev: 267d1dc0794fc348a5f7af3de201c452c8b705a3) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5e1bc3ef5a
commit
e27d8d20b1
@@ -98,6 +98,7 @@ strip = ${@meson_array('STRIP', d)}
|
||||
readelf = ${@meson_array('READELF', d)}
|
||||
pkgconfig = 'pkg-config'
|
||||
llvm-config = 'llvm-config${LLVMVERSION}'
|
||||
cups-config = 'cups-config'
|
||||
|
||||
[properties]
|
||||
needs_exe_wrapper = true
|
||||
|
||||
Reference in New Issue
Block a user