ddcutil: ignore warning for clang

This commit is contained in:
Markus Volk 2022-09-29 10:32:06 +02:00
parent b338c274e2
commit ee1e5adc72

View File

@ -14,6 +14,8 @@ SRCREV = "5080161b456cc6a1fd3e6db3dc537e1dcd1c809b"
inherit autotools pkgconfig gobject-introspection
CFLAGS += "-Wno-unused-but-set-variable"
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'drm x11 systemd', d)}"
PACKAGECONFIG[drm] = "--enable-drm=yes,--enable-drm=no,libdrm"