Advertisement
Guest User

efl-1.13.1

a guest
Mar 29th, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.51 KB | None | 0 0
  1. ------------------------------------------------------------------------
  2. efl 1.13.1
  3. ------------------------------------------------------------------------
  4.  
  5. Configuration...: profile=release os=linux-gnu
  6.   EFL API Set...: both
  7.   CPU Extensions: i586 (+mmx +sse3)
  8.   System Feature: coroutine=ucontext +inotify +atfile_source +ipv6
  9.   Threads.......: POSIX (+spinlocks +barrier +affinity)
  10.   Cryptography..: none
  11.   X11...........: none
  12.   OpenGL........: full
  13.   C++11.........: no
  14.   GUI libs......: yes
  15. Evas............: yes (-lua-old -fontconfig -fribidi -harfbuzz +cserve -tile-rotate dither-mask=big)
  16.   Engines.......: buffer=static -fb -psl1ght -gl-cocoa -gl-sdl -software-gdi -software-ddraw -wayland-egl -wayland-shm -drm -gl-drm -software-xlib -gl-xlib
  17.   Image Loaders.: bmp=static +eet generic=static +gif ico=static +jpeg -jp2k +pmaps +png psd=static tga=static +tiff wbmp=static -webp +xpm tgv=static dds=static
  18. Eo..............: yes (+eo-id)
  19. Eolian..........: yes (-cxx)
  20. Eina............: yes (-systemd-journal)
  21. Ecore...........: yes (-systemd-daemon -glib -g-main-loop)
  22. Ecore_Con.......: yes (-cares +local-sockets +abstract-sockets resolver=dns.c -systemd-daemon)
  23. Ecore_File......: yes
  24. Ecore_IMF.......: yes (-ibus -scim xim= -wayland)
  25. Ecore_X.........: none ()
  26. Ecore_SDL.......: no
  27. Ecore_Wayland...: no
  28. IVI-Shell.......: no
  29. Ecore_FB........: no ()
  30. Ecore_Audio.....: no ()
  31. Ecore_Avahi.....: yes (-avahi-client)
  32. Ecore_Evas......: yes (+extn +ews -fb -drm -gl-drm -psl1ght -opengl-cocoa -software-sdl -opengl-sdl -wayland-shm -wayland-egl -software-gdi -software-ddraw -software-x11 -opengl-x11)
  33. Eeze............: yes (-libmount -tizen)
  34. EPhysics........: no
  35. Edje............: yes (-physics multisense= -lua-old)
  36. Emotion.........: yes (+v4l2 -xine -gstreamer -gstreamer1 generic=static)
  37. Ethumb..........: yes
  38. Ethumb_Client...: yes
  39. Elua............: yes
  40. Tests...........: make check (inexplicitly enabled)
  41. Examples........: make examples (make install-examples)
  42. Documentation...: no
  43. Compilation.....: make (or gmake)
  44.   CPPFLAGS......: -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
  45.   CFLAGS........: -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64   -Os
  46.   CXXFLAGS......: -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64   -Os
  47.   LDFLAGS.......:
  48.  
  49. Installation....: make install (as root if needed, with 'su' or 'sudo')
  50.   prefix........: /usr
  51.   dbus units....: ${datarootdir}/dbus-1/services
  52.  
  53. _____________________________________________________________________
  54.  
  55. ==-- WARNING --==
  56.  
  57. _____________________________________________________________________
  58. _____________________________________________________________________
  59. You have chosen to disable physics support. This disables lots of
  60. core functionality and is effectively never tested. You are going
  61. to find features that suddenly don't work and as a result cause
  62. a series of breakages. This is simply not tested so you are on
  63. your own in terms of ensuring everything works if you do this
  64. _____________________________________________________________________
  65. _____________________________________________________________________
  66. You have disabled fontconfig. This is going to make general font
  67. searching not work, and only some very direct 'load /path/file.ttf'
  68. will work alongside some old-school ttf file path searching. This
  69. is very likely not what you want, so highly reconsider turning
  70. fontconfig off. Having it off will lead to visual problems like
  71. missing text in many UI areas etc.
  72. _____________________________________________________________________
  73. _____________________________________________________________________
  74. Fribidi is used for handling right-to-left text (like Arabic,
  75. Hebrew, Farsi, Persian etc.) and is very likely not a feature
  76. you want to disable unless you know for absolute certain you
  77. will never encounter and have to display such scripts. Also
  78. note that we don't test with fribidi disabled so you may also
  79. trigger code paths with bugs that are never normally used.
  80. _____________________________________________________________________
  81. _____________________________________________________________________
  82. You disabled Gstreamer 1.x support. You likely don't want to do
  83. this as it will heavily limit your media support options and render
  84. some functionality as useless, leading to visible application bugs.
  85. _____________________________________________________________________
  86. _____________________________________________________________________
  87. You disabled audio support in Ecore. This is not tested and may
  88. Create bugs for you due to it creating untested code paths.
  89. Reconsider disabling audio.
  90. _____________________________________________________________________
  91. _____________________________________________________________________
  92. Libmount has been disabled, and it is used heavily inside Eeze
  93. for support of removable devices etc. and disabling this will
  94. hurt support for Enlightenment and its filemanager.
  95. _____________________________________________________________________
  96. _____________________________________________________________________
  97.  
  98. ==-- WARNING --==
  99.  
  100. _____________________________________________________________________
  101. Please add the following option to acknowledge this:
  102.  --enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-aba
  103. _____________________________________________________________________
  104. make: *** [/home/naourr/git/buildroot/test/efl/build/efl-core-1.13.1/.stamp_configured] Erreur 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement