diff --git a/package/weston/weston.mk b/package/weston/weston.mk index 89e16f1f5c..3a02df03df 100644 --- a/package/weston/weston.mk +++ b/package/weston/weston.mk @@ -109,7 +109,7 @@ endif ifeq ($(BR2_PACKAGE_LIBVA),y) WESTON_CONF_OPTS += --enable-vaapi-recorder -WESTON_DEPENDENIES += libva +WESTON_DEPENDENCIES += libva else WESTON_CONF_OPTS += --disable-vaapi-recorder endif