mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-10-22 15:03:59 +02:00
imsettings: Disable two warnings with clang
clang is fussy and this package is old. It should perhaps be removed but this keeps it going so let it be. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
6e54f45cd3
commit
ad7d38b197
|
@ -31,6 +31,7 @@ EXTRA_OECONF = "--with-xinputsh=50-xinput.sh \
|
|||
--disable-static \
|
||||
"
|
||||
|
||||
CFLAGS:append:toolchain-clang = " -Wno-error=unused-function -Wno-error=single-bit-bitfield-constant-conversion"
|
||||
PACKAGECONFIG ??= "xfce"
|
||||
PACKAGECONFIG[xfce] = ",,xfconf"
|
||||
PACKAGECONFIG[xim] = ",,libgxim"
|
||||
|
|
Loading…
Reference in New Issue
Block a user