Convert to new override syntax
[AGL/meta-agl.git] / meta-agl-core / dynamic-layers / meta-qt5 / recipes-qt / qt5 / qtbase_aglcore.inc
index ae5444e..54a6311 100644 (file)
@@ -2,7 +2,7 @@ PACKAGECONFIG_WAYLAND = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'way
 
 PACKAGECONFIG_GL = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}"
 
-PACKAGECONFIG_append = " ${PACKAGECONFIG_WAYLAND}"
+PACKAGECONFIG:append = " ${PACKAGECONFIG_WAYLAND}"
 
 # '-qpa wayland-egl' set wayland-egl as default of platform plugins
 PACKAGECONFIG[wayland]="-qpa wayland-egl -no-qpa-platform-guard"