diff options
Diffstat (limited to 'package/multimedia/gst-plugins-good/gst-plugins-good.mk')
-rw-r--r-- | package/multimedia/gst-plugins-good/gst-plugins-good.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/multimedia/gst-plugins-good/gst-plugins-good.mk b/package/multimedia/gst-plugins-good/gst-plugins-good.mk index 62d9d4701..f7a208724 100644 --- a/package/multimedia/gst-plugins-good/gst-plugins-good.mk +++ b/package/multimedia/gst-plugins-good/gst-plugins-good.mk @@ -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 |