a9408dc762c001a9bdbc3ad48c7d0d9a71c051d1
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / efl / libecore / Config.in
1 config BR2_PACKAGE_LIBECORE
2         bool "libecore"
3         select BR2_PACKAGE_LIBEINA
4         help
5           Ecore is the event/X abstraction layer that makes doing
6           selections, Xdnd, general X stuff, event loops, timeouts and
7           idle handlers fast, optimized, and convenient.
8
9           http://trac.enlightenment.org/e/wiki/Ecore
10
11 if BR2_PACKAGE_LIBECORE
12
13 config BR2_PACKAGE_LIBECORE_DIRECTFB
14         bool "libecore DirectFB support"
15         depends on BR2_PACKAGE_DIRECTFB
16         default y
17
18 config BR2_PACKAGE_LIBECORE_FB
19         bool "libecore framebuffer support"
20
21 config BR2_PACKAGE_LIBECORE_SDL
22         bool "libecore SDL support"
23         select BR2_PACKAGE_SDL
24
25 config BR2_PACKAGE_LIBECORE_X
26         bool "libecore X support"
27         depends on BR2_PACKAGE_XORG7
28         select BR2_PACKAGE_XLIB_LIBX11
29         select BR2_PACKAGE_XLIB_LIBXEXT
30
31 config BR2_PACKAGE_LIBECORE_X_XCB
32         bool "libecore XCB support"
33         depends on BR2_PACKAGE_XORG7
34         select BR2_PACKAGE_LIBXCB
35         select BR2_PACKAGE_XLIB_LIBX11
36         select BR2_PACKAGE_XCB_UTIL
37
38 config BR2_PACKAGE_LIBECORE_EVAS
39         bool "libecore Evas support"
40         select BR2_PACKAGE_LIBEVAS
41         depends on BR2_TOOLCHAIN_HAS_THREADS
42
43 comment "evas support needs a toolchain w/ threads"
44         depends on !BR2_TOOLCHAIN_HAS_THREADS
45
46 endif # BR2_PACKAGE_LIBECORE