gst-fsl-plugins, libfslvpuwrap: add missing select
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 3 Aug 2014 12:47:03 +0000 (14:47 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 3 Aug 2014 12:47:03 +0000 (14:47 +0200)
In order to select imx-vpu, packages must also select the
freescale-imx package, otherwise, kconfig prints some warnings.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/gstreamer/gst-fsl-plugins/Config.in
package/libfslvpuwrap/Config.in

index 309e7456ada0c0a67da365f92709a771f070dbfe..a4a260681f8f8dd385c5145e19add23afd8cd1f5 100644 (file)
@@ -16,6 +16,7 @@ config BR2_PACKAGE_GST_FSL_PLUGINS
        select BR2_PACKAGE_IMX_VPU
        select BR2_PACKAGE_LIBFSLPARSER
        select BR2_PACKAGE_LIBFSLCODEC
+       select BR2_PACKAGE_FREESCALE_IMX
        help
          GStreamer plugins for hardware-accelerated audio and video
          parsers and codecs on i.MX platforms. It requires a kernel that
index fa85ce5b49525fdea31e793e45c400a1c514d3ff..9cc15d5cdf8020a6c648b3818bc074eb7469d65a 100644 (file)
@@ -6,6 +6,7 @@ config BR2_PACKAGE_LIBFSLVPUWRAP
        bool "libfslvpuwrap"
        depends on BR2_LINUX_KERNEL
        depends on BR2_arm # Only relevant for i.MX
+       select BR2_PACKAGE_FREESCALE_IMX
        select BR2_PACKAGE_IMX_VPU
        help
          Wrapper library for the vpu library, giving it a different API.