The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / efl / libecore / Config.in
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/efl/libecore/Config.in b/cirros-testvm/src-cirros/buildroot-2015.05/package/efl/libecore/Config.in
new file mode 100644 (file)
index 0000000..a9408dc
--- /dev/null
@@ -0,0 +1,46 @@
+config BR2_PACKAGE_LIBECORE
+       bool "libecore"
+       select BR2_PACKAGE_LIBEINA
+       help
+         Ecore is the event/X abstraction layer that makes doing
+         selections, Xdnd, general X stuff, event loops, timeouts and
+         idle handlers fast, optimized, and convenient.
+
+         http://trac.enlightenment.org/e/wiki/Ecore
+
+if BR2_PACKAGE_LIBECORE
+
+config BR2_PACKAGE_LIBECORE_DIRECTFB
+       bool "libecore DirectFB support"
+       depends on BR2_PACKAGE_DIRECTFB
+       default y
+
+config BR2_PACKAGE_LIBECORE_FB
+       bool "libecore framebuffer support"
+
+config BR2_PACKAGE_LIBECORE_SDL
+       bool "libecore SDL support"
+       select BR2_PACKAGE_SDL
+
+config BR2_PACKAGE_LIBECORE_X
+       bool "libecore X support"
+       depends on BR2_PACKAGE_XORG7
+       select BR2_PACKAGE_XLIB_LIBX11
+       select BR2_PACKAGE_XLIB_LIBXEXT
+
+config BR2_PACKAGE_LIBECORE_X_XCB
+       bool "libecore XCB support"
+       depends on BR2_PACKAGE_XORG7
+       select BR2_PACKAGE_LIBXCB
+       select BR2_PACKAGE_XLIB_LIBX11
+       select BR2_PACKAGE_XCB_UTIL
+
+config BR2_PACKAGE_LIBECORE_EVAS
+       bool "libecore Evas support"
+       select BR2_PACKAGE_LIBEVAS
+       depends on BR2_TOOLCHAIN_HAS_THREADS
+
+comment "evas support needs a toolchain w/ threads"
+       depends on !BR2_TOOLCHAIN_HAS_THREADS
+
+endif # BR2_PACKAGE_LIBECORE