diff options
author | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2012-12-19 13:37:32 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-01-14 15:00:11 +0100 |
commit | 85bd7b910c060b1a9649f6cb1b0eec7db04b94b3 (patch) | |
tree | dbf6fabf41a651dadbf82d3fff5cfc127df06b98 /package/libfslvpuwrap/Config.in | |
parent | 0bb831c2f7450076befcb769a169108bd69cf282 (diff) | |
download | buildroot-novena-85bd7b910c060b1a9649f6cb1b0eec7db04b94b3.tar.gz buildroot-novena-85bd7b910c060b1a9649f6cb1b0eec7db04b94b3.zip |
libfslvpuwrap: new package
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libfslvpuwrap/Config.in')
-rw-r--r-- | package/libfslvpuwrap/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/libfslvpuwrap/Config.in b/package/libfslvpuwrap/Config.in new file mode 100644 index 000000000..57b8a0206 --- /dev/null +++ b/package/libfslvpuwrap/Config.in @@ -0,0 +1,13 @@ +comment "libfslvpuwrap needs an imx-specific kernel to be built" + depends on BR2_arm && !BR2_LINUX_KERNEL + +config BR2_PACKAGE_LIBFSLVPUWRAP + bool "libfslvpuwrap" + depends on BR2_LINUX_KERNEL + depends on BR2_arm # Only relevant for i.MX + select BR2_PACKAGE_IMX_LIB + help + Wrapper library for the vpu library, giving it a different API. + + This library is provided by Freescale as-is and doesn't have + an upstream. |