|
@@ -302,6 +302,13 @@ else
|
|
|
GST_PLUGINS_GOOD_CONF_OPT += --disable-annodex
|
|
|
endif
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_CAIRO),y)
|
|
|
+GST_PLUGINS_GOOD_CONF_OPT += --enable-cairo
|
|
|
+GST_PLUGINS_GOOD_DEPENDENCIES += cairo
|
|
|
+else
|
|
|
+GST_PLUGINS_GOOD_CONF_OPT += --disable-cairo
|
|
|
+endif
|
|
|
+
|
|
|
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_FLAC),y)
|
|
|
GST_PLUGINS_GOOD_CONF_OPT += --enable-flac
|
|
|
GST_PLUGINS_GOOD_DEPENDENCIES += flac
|