summaryrefslogtreecommitdiff
path: root/package/efl
AgeCommit message (Collapse)Author
2012-02-15libecore: tweak makekeys workaround for make 3.82Peter Korsgaard
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>
2012-02-12libecore: fix build error when X support is disabled but host has X headersPeter Korsgaard
Forcibly disable imf-xim as it requires the X support. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-02-12libecore: add optional tslib/glib/openssl/gnutls/curl supportPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-02-12libecore: fix directfb dependencyPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-02-09libevas: X OpenGL backends needs modular X.org (for mesa)Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-02-08libevas: SDL OpenGL backend needs modular X.org (for mesa)Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-02-08libevas: fix SDL GL backend buildPeter Korsgaard
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>
2012-02-08libevas: SDL GL backend doesn't need glprotoPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-02-08libevas: software buffer backend doesn't need X11Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-02-07libevas: generic opengl option needs mesaPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-02-07libevas: x11 glx option needs Xrender, Xext and libeetPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-02-01libevas: explicitly set host configure optionsPeter Korsgaard
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>
2012-02-01libevas: disable sse3 optimizations for host buildsPeter Korsgaard
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>
2012-01-30libevas: really fix x86 cpu optimization options handlingPeter Korsgaard
Disable all options by default, and only enable the applicable one. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-01-30libevas: forcibly disable cpu optimization options if not applicablePeter Korsgaard
Otherwise the configure script will automatically enable them for potentially compatible targets. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-01-29libedbus: Add new packageWill Newton
[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>
2012-01-29libelementary: Add new packageWill Newton
[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>
2012-01-29libethumb: Add new packageWill Newton
[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>
2012-01-29libefreet: Add new packageWill Newton
[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>
2012-01-29expedite: Add new packageWill Newton
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>
2012-01-29libevas: force smooth scaling option onPeter Korsgaard
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>
2012-01-29libedje: Add new packageWill Newton
[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>
2012-01-29libembryo: Add new packageWill Newton
[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>
2012-01-29libecore: Add new packageWill Newton
[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>
2012-01-29libevas: Config.in: add upstream URLPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-01-29libevas: autodetect cpu variant code tuning optionsPeter Korsgaard
Similar to how we do it for ffmpeg. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-01-28libevas: Add new packageWill Newton
[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>
2012-01-26libeet: Add new packageWill Newton
[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>
2012-01-26libeina: Add new package along with EFL infrastructureWill Newton
[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>