gstreamer1.0-plugins-nveglgles: fix build error with gcc-14

gcc 14 has promoted the int-conversion warning to the default -Werror
list, so update CFLAGS to prevent the error.

Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
Matt Madison
2024-05-28 06:54:28 -07:00
parent 9d4c380c46
commit b097a5a48f

View File

@@ -20,6 +20,8 @@ PACKAGECONFIG[wayland] = "USE_WAYLAND=yes,,wayland"
EXTRA_OEMAKE = "CUDA_VER=${CUDA_VERSION} ${PACKAGECONFIG_CONFARGS}"
CFLAGS += "-Wno-error=int-conversion"
S = "${WORKDIR}/gstegl_src/gst-egl"
inherit pkgconfig features_check