From e5d9702dfd020fccb461844b549f718ae629aacf Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 3 Dec 2008 09:02:46 +0000 Subject: Liboil is a library of simple functions that are optimized for various CPUs. It is required by various GStreamer plugins. Signed-off-by: Markus Heidelberg Modifications by Thomas Petazzoni: - Remove the glib2 dependency, which is only necessary to build a few examples. If glib2 is enabled in the configuration, then we still depend on it in order to build the examples, but that's just pedantic, not so useful. - Remove the oil-bugreport program installed to the target by install-strip. Signed-off-by: Thomas Petazzoni --- package/liboil/Config.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 package/liboil/Config.in (limited to 'package/liboil/Config.in') diff --git a/package/liboil/Config.in b/package/liboil/Config.in new file mode 100644 index 000000000..0acbbfc13 --- /dev/null +++ b/package/liboil/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_LIBOIL + bool "liboil" + help + Library of simple functions that are optimized for various CPUs. + + http://liboil.freedesktop.org/ -- cgit v1.2.3