summaryrefslogtreecommitdiff
path: root/package/libfslvpuwrap
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-08-03 14:47:03 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-08-03 14:47:03 +0200
commit01370132c10cb2d194042e08fefbc9cec8392c66 (patch)
tree8348f9506c53a031cca1fd1e5c82f976c81a7f0d /package/libfslvpuwrap
parent292d9a85ee6158bef103abe4c1237f7ad4fbc3fe (diff)
gst-fsl-plugins, libfslvpuwrap: add missing select
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>
Diffstat (limited to 'package/libfslvpuwrap')
-rw-r--r--package/libfslvpuwrap/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libfslvpuwrap/Config.in b/package/libfslvpuwrap/Config.in
index fa85ce5b4..9cc15d5cd 100644
--- a/package/libfslvpuwrap/Config.in
+++ b/package/libfslvpuwrap/Config.in
@@ -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.