diff options
Diffstat (limited to 'package/gstreamer1/gst1-imx/Config.in')
-rw-r--r-- | package/gstreamer1/gst1-imx/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/gstreamer1/gst1-imx/Config.in b/package/gstreamer1/gst1-imx/Config.in index 840c0fba19..f7284f4bee 100644 --- a/package/gstreamer1/gst1-imx/Config.in +++ b/package/gstreamer1/gst1-imx/Config.in @@ -1,7 +1,7 @@ comment "gst1-imx needs an imx-specific Linux kernel to be built" depends on BR2_arm && !BR2_LINUX_KERNEL -# Required by gpu-viv-bin-mx6q +# Required by imx-gpu-viv comment "gst1-imx needs an (e)glibc toolchain" depends on BR2_arm depends on !BR2_TOOLCHAIN_USES_GLIBC @@ -10,8 +10,8 @@ config BR2_PACKAGE_GST1_IMX bool "gst1-imx" depends on BR2_LINUX_KERNEL depends on BR2_arm # Only relevant for i.MX - depends on BR2_TOOLCHAIN_USES_GLIBC # gpu-viv-bin-mx6q - depends on BR2_PACKAGE_GPU_VIV_BIN_MX6Q + depends on BR2_TOOLCHAIN_USES_GLIBC # imx-gpu-viv + depends on BR2_PACKAGE_IMX_GPU_VIV depends on BR2_PACKAGE_LIBFSLVPUWRAP select BR2_PACKAGE_GST1_PLUGINS_BASE help |