|
@@ -680,6 +680,13 @@ else
|
|
GST1_PLUGINS_BAD_CONF_OPTS += --disable-hls
|
|
GST1_PLUGINS_BAD_CONF_OPTS += --disable-hls
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_KMS),y)
|
|
|
|
+GST1_PLUGINS_BAD_CONF_OPTS += --enable-kms
|
|
|
|
+GST1_PLUGINS_BAD_DEPENDENCIES += libdrm
|
|
|
|
+else
|
|
|
|
+GST1_PLUGINS_BAD_CONF_OPTS += --disable-kms
|
|
|
|
+endif
|
|
|
|
+
|
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_LIBMMS),y)
|
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_LIBMMS),y)
|
|
GST1_PLUGINS_BAD_CONF_OPTS += --enable-libmms
|
|
GST1_PLUGINS_BAD_CONF_OPTS += --enable-libmms
|
|
GST1_PLUGINS_BAD_DEPENDENCIES += libmms
|
|
GST1_PLUGINS_BAD_DEPENDENCIES += libmms
|