summaryrefslogtreecommitdiffstats
path: root/package/efl
Commit message (Collapse)AuthorAgeFilesLines
* libecore: xcb backend needs pixmanPeter Korsgaard2012-04-301-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libedbus: add options for bluez/connman/notify supportPeter Korsgaard2012-04-182-1/+42
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libethumb: Fix automagic dependencies on libedbus and libexifMarkos Chandras2012-03-131-0/+8
| | | | | | | | | | | libethumb will determine during configuration phase whether to build the optional libexif and libedbus modules. It will enable this modules if libedbus or libexif are present on the target system. Therefore, we need to add these packages as optional dependencies to libethumb. Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libecore: fix build of host-libecore when X11 not availableThomas Petazzoni2012-02-291-1/+7
| | | | | | | | | | | | | The host-libecore build tries to build the X11 backend. This works if you have X11 headers/libraries installed on your build machine, but fails if you don't, and Buildroot shouldn't depend on such things being installed. Therefore, we force host-libecore to not build any of the graphical backends (X, XCB or DirectFB). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libecore: tweak makekeys workaround for make 3.82Peter Korsgaard2012-02-151-3/+2Star
| | | | | | | | | | | It seems that make 3.82 gets confused and considers makekeys out of date when there isn't a makekeys.o, so ensure that we create both makekeys and makekeys.o before building. Also move the workaround to the extract step so we can build using make's default rules rather than explicitly calling gcc. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libecore: fix build error when X support is disabled but host has X headersPeter Korsgaard2012-02-121-1/+1
| | | | | | Forcibly disable imf-xim as it requires the X support. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libecore: add optional tslib/glib/openssl/gnutls/curl supportPeter Korsgaard2012-02-121-0/+20
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libecore: fix directfb dependencyPeter Korsgaard2012-02-121-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libevas: X OpenGL backends needs modular X.org (for mesa)Peter Korsgaard2012-02-091-2/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libevas: SDL OpenGL backend needs modular X.org (for mesa)Peter Korsgaard2012-02-081-0/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libevas: fix SDL GL backend buildPeter Korsgaard2012-02-082-4/+8
| | | | | | | | libeet is needed by all backends building the generic OpenGL support, and the configure script forgets to check / expand libeet CFLAGS/libs when the SDL GL backend is used. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libevas: SDL GL backend doesn't need glprotoPeter Korsgaard2012-02-081-1/+0Star
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libevas: software buffer backend doesn't need X11Peter Korsgaard2012-02-081-1/+0Star
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libevas: generic opengl option needs mesaPeter Korsgaard2012-02-072-0/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libevas: x11 glx option needs Xrender, Xext and libeetPeter Korsgaard2012-02-072-1/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libevas: explicitly set host configure optionsPeter Korsgaard2012-02-011-2/+15
| | | | | | | So the build doesn't fail if any of the dependencies aren't available. Also enable the jpeg loader as that is needed by the libelementary build. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libevas: disable sse3 optimizations for host buildsPeter Korsgaard2012-02-011-1/+1
| | | | | | | | | | | | There's not really any advantage to adding it, and it depends on immintrin.h which was added in gcc 4.4, so it breaks with older host compilers. For details, see: http://trac.enlightenment.org/e/ticket/942 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libevas: really fix x86 cpu optimization options handlingPeter Korsgaard2012-01-301-6/+3Star
| | | | | | Disable all options by default, and only enable the applicable one. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libevas: forcibly disable cpu optimization options if not applicablePeter Korsgaard2012-01-301-1/+10
| | | | | | | Otherwise the configure script will automatically enable them for potentially compatible targets. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libedbus: Add new packageWill Newton2012-01-293-0/+26
| | | | | | | [Peter: select dbus, add upstream URL, remove unneeded autoreconf] Signed-off-by: Will Newton <will.newton@imgtec.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libelementary: Add new packageWill Newton2012-01-293-0/+31
| | | | | | | [Peter: Add upstream URL, remove examples option/patches] Signed-off-by: Will Newton <will.newton@imgtec.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libethumb: Add new packageWill Newton2012-01-293-0/+28
| | | | | | | [Peter: add ecore-evas dep, upstream URL] Signed-off-by: Will Newton <will.newton@imgtec.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libefreet: Add new packageWill Newton2012-01-293-0/+25
| | | | | | | [Peter: add upstream URL] Signed-off-by: Will Newton <will.newton@imgtec.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* expedite: Add new packageWill Newton2012-01-293-0/+26
| | | | | | Signed-off-by: Will Newton <will.newton@imgtec.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libevas: force smooth scaling option onPeter Korsgaard2012-01-291-0/+2
| | | | | | | | libevas fails to build if smooth scaling isn't enabled with unresolved references to evas_common_map_rgba_internal and evas_common_scale_rgba_in_to_out_clip_smooth. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libedje: Add new packageWill Newton2012-01-293-0/+46
| | | | | | | [Peter: add upstream URL, remove redundant _INSTALL_TARGET] Signed-off-by: Will Newton <will.newton@imgtec.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libembryo: Add new packageWill Newton2012-01-293-0/+25
| | | | | | | [Peter: add upstream URL, remove redundant _INSTALL_TARGET] Signed-off-by: Will Newton <will.newton@imgtec.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libecore: Add new packageWill Newton2012-01-293-0/+120
| | | | | | | [Peter: Config.in fixes, dependencies, build makekeys for host] Signed-off-by: Will Newton <will.newton@imgtec.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libevas: Config.in: add upstream URLPeter Korsgaard2012-01-291-0/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libevas: autodetect cpu variant code tuning optionsPeter Korsgaard2012-01-292-56/+13Star
| | | | | | Similar to how we do it for ffmpeg. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libevas: Add new packageWill Newton2012-01-283-0/+428
| | | | | | | [Peter: Config.in tweaks] Signed-off-by: Will Newton <will.newton@imgtec.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libeet: Add new packageWill Newton2012-01-263-0/+27
| | | | | | | [Peter: add URL, drop _INSTALL_TARGET] Signed-off-by: Will Newton <will.newton@imgtec.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libeina: Add new package along with EFL infrastructureWill Newton2012-01-264-0/+38
[Peter: drop autoreconf, add URL] Signed-off-by: Will Newton <will.newton@imgtec.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>