Commit Graph

470 Commits

Author SHA1 Message Date
Jean Guyomarc'h 0ea7858f77 modules/battery: fix compiling on OS X
Summary:
Battery module relies on Apple's CoreFoundation (CF), but CF's CFLAGS
were not provided to this module.

Test Plan: Enlightenment now compiles on OS X.

Reviewers: zmike, raster

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2328
2015-04-09 17:41:22 -04:00
Stefan Schmidt 1c6acabd9a build: Use EFL_WITH_BIN instead of E homegrown one.
We already have the efl_binary.m4 macro available with EFL_WITH_BIN which
basically is the successor of this macro.
2015-04-08 18:45:19 +02:00
Stefan Schmidt 20fef454f6 build: Allow to define path for eldbus-codegen binary
Since the geolocation and music-control changes we need eldbus-codegen to
generate some files. Not all setups have this in their normal $PATH so let
allow these setups to set the correct path during configure. This allows our
Jenkins setup as well as others to work again.
2015-04-08 18:20:29 +02:00
Stefan Schmidt 946390c62a modules/geolocation: Fix naming for the whole module to be geolocation
It still ahd some bits from the original name (geoclue2). I tried squeeze
as much renaming as possible in the earlier commits but these done here
would have broken the code so I do the rest all in one go here.
2015-04-02 15:14:11 -04:00
Stefan Schmidt ef94cfdaba modules: Add new geolocation module to handle location access requests
This implements an GeoClue2 agents which gets called whenever an application
tries to access the location resource. It allows the user to allow or deny
this resource to the application.
2015-04-02 15:14:11 -04:00
Mike Blumenkrantz bc087bd6f9 remove illume modules
this code is dead. dead code does not belong in master.

see devs/discomfitor/e_module-illume2.git
2015-03-18 18:26:03 -04:00
Mike Blumenkrantz 88af43001e remove contact module
this is dead. dead code does not belong in master.

see devs/discomfitor/e_module-contact.git
2015-03-18 18:17:02 -04:00
Mike Blumenkrantz 471dcb24cb __UNUSED__ -> EINA_UNUSED
this has been bugging me forever. __UNUSED__ is no longer a valid macro here.
2015-03-18 18:09:09 -04:00
Chris Michael c3d1eede87 enlightenment: Bump required Wayland version to 1.7.0
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-03-03 11:59:02 -05:00
Manuel Bachmann a5a27dee14 build: allow building in pure Wayland mode (no xcb, no ecore-x)
Summary:
We should be building Enlightenement with "--enable-wayland-only"
even if xcb, ecore-x... are not present. The Evas wayland-shm
engine will then be a prerequisite, though.

E_Alert being too much X11-oriented, let us disable it completely
before it is ported.

Also, do not require the X11 rendering engines at runtime.

Reviewers: stefan, devilhorns

Reviewed By: devilhorns

Subscribers: stefan_schmidt, stefan

Projects: #enlightenment-git

Differential Revision: https://phab.enlightenment.org/D1986
2015-02-25 09:33:40 +01:00
Carsten Haitzler 6ef73fb3f0 adapt to new win center trap in 1.13 efl
also require 1.13 now as we want he win trap h/v info
2015-02-06 11:37:52 +09:00
Mike Blumenkrantz 4d6a978481 change module version name to force module rebuild
probably will prevent crashes from people who are using older modules with git
2015-01-30 15:58:13 -05:00
Mike Blumenkrantz 77717523f3 remove access module from build
this hasn't been updated in over 1.5 years and has caused me to waste time repeatedly fixing build-related issues. in addition, it uses symbols which are no longer even available in efl.

if nobody updates/maintains this, it will be removed for e20 release

src/modules/access/e_mod_main.c: In function '_cover_new':
src/modules/access/e_mod_main.c:765:4: warning: implicit declaration of function 'ecore_x_input_multi_select' [-Wimplicit-function-declaration]
2014-12-08 15:49:11 -05:00
q66 fbea7e0d26 seems like enlightenment_sys will still fail linkage on freebsd; workaround 2014-11-21 20:14:02 +00:00
Daniel Kolesa 8d21d42e16 freebsd seems to require both -fPIE and -pie in cflags to compile 2014-11-21 15:49:29 +00:00
Daniel Kolesa dc75c4dd7c freebsd: use /usr/sbin/zzz for suspend 2014-11-21 15:23:23 +00:00
Daniel Kolesa d04a4e705f specialize some sysactions fields for freebsd 2014-11-21 15:18:52 +00:00
Daniel Kolesa c281478aa1 remove hal detection from build system 2014-11-21 14:37:08 +00:00
Mike Blumenkrantz 26bad75217 bump required efl version for new elm features 2014-11-20 15:26:22 -05:00
Jean-Philippe Andre 7ec65cd82e Revert "Add ecore-wayland flags to the general cflags"
This reverts commit 13194fb4e2.

Of course this was the wrong fix, as it adds ecore-wayland as
a *required* dependency of E. Since there was this other
variable "requirements_e" I thought the pkgconfig would be fine. Nope.
2014-10-24 19:08:50 +09:00
Jean-Philippe Andre 13194fb4e2 Add ecore-wayland flags to the general cflags
My build would break on missing Ecore_Wayland.h otherwise.
2014-10-24 18:18:38 +09:00
Chris Michael 86e769f83f bump required wayland-server version to 1.6.0 for wayland-only
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2014-10-14 10:10:18 -04:00
Sebastian Dransfeld 764755eb9f e: Add preferred desktop environment for apps
In preferences we show which external applications can be used for
setting preferences. If several desktop environments are installed, this
list will have several duplicates, as there can be many different apps
for setting a preference.

With this setting we can filter out for one desktop_environment.

@feature
2014-09-18 10:51:42 +02:00
Sebastian Dransfeld ff31c0533b e: Use same gettext version as efl and elementary 2014-09-18 10:51:42 +02:00
Mike Blumenkrantz c0e790dc5e bump version 2014-09-15 10:09:41 -04:00
Mike Blumenkrantz 43bd53e88b unset release mode
feature freeze is over, have fun
2014-09-15 10:07:32 -04:00
Mike Blumenkrantz 7e4a92c7b8 e19 release 2014-09-15 09:57:54 -04:00
Mike Blumenkrantz 0945c577af only set crazy warning flags when not releasing 2014-09-15 09:57:50 -04:00
Tom Hacohen f5452501f3 Revert "require efl 1.11.2"
We no longer require 1.11.2. Thank god.

This reverts commit 64a601aed8.
2014-09-12 11:49:42 +01:00
Mike Blumenkrantz 64a601aed8 require efl 1.11.2 2014-09-10 08:50:16 -04:00
Mike Blumenkrantz ec1cd25cfe rename E19* defines/texts to just E so they don't need to keep being updated 2014-09-09 12:30:50 -04:00
Stefan Schmidt 01ce196efa configure: Fix naming of E profile configure variable.
Looks like a long standing bug to me as we are checking for E19_PROFILE in
e_config.c but assign the profile here to E18_PROFILE. It also shows us that
nobody is using the option(?) Found thanks to -Wundef.
2014-09-09 10:29:34 +02:00
Mike Blumenkrantz 6f1e58b922 add more warning flags to non-release builds
apparently we are developers who like to compare doubles incorrectly. this ends now.
2014-09-07 22:57:18 -04:00
Igor Murzov 1e51983dc1 xz is the preferred compression method these days.
bzip2 is deprecated.
2014-09-02 18:52:24 +04:00
Mike Blumenkrantz f170dc2ce0 add -Wmaybe-uninitialized for non-release builds 2014-08-29 13:54:08 -04:00
Gwanglim Lee 00690dab17 added mobile policy module
Summary: mobile policy module provides user interface for small mobile devices like phones.

Test Plan: N/A

Reviewers: raster, devilhorns, zmike

Subscribers: seoz, zmike, cedric

Differential Revision: https://phab.enlightenment.org/D817
2014-08-29 13:48:01 -04:00
Mike Blumenkrantz ed48a97cec unset release mode 2014-08-29 00:53:02 -04:00
Mike Blumenkrantz acdd82f9ff rc3 2014-08-29 00:26:10 -04:00
Mike Blumenkrantz ff4585ca09 require efl 1.11 2014-08-29 00:26:10 -04:00
Gwanglim Lee 702e3f9763 added missing libuuid pkg name for wayland option
Summary: added missing libuuid pkg name to configure.ac

Test Plan: autogen.sh --enable-wayland-clients

Reviewers: devilhorns, zmike, raster, stefan_schmidt

Reviewed By: stefan_schmidt

CC: cedric, stefan_schmidt

Differential Revision: https://phab.enlightenment.org/D883
2014-08-26 10:10:35 -04:00
Chris Michael 986c700ddb remove pixman dependency
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2014-08-26 10:10:34 -04:00
q66 076aa56b9b autotools: install .pc files to the correct directory on FreeBSD 2014-08-07 22:53:47 +01:00
Carsten Haitzler e2ec390021 rename pager16 to pager and pager to pager_plain
this will mean all users upgrading from e18 to e19 get the new preview
pager. thoose wanting the older plain pager can switch ti pager_plain.
anyon using git will find pager16 remove (or if still installed not
updated) so switch back to pager from pager16. :)
2014-08-05 12:01:22 +09:00
Mike Blumenkrantz 528cff8313 e18.service -> enlightenment.service 2014-07-28 08:42:24 -04:00
Carsten Haitzler 49812337e9 e menu - try fix a bug in e apps menu crashes with new efreet api
this fixes T1441 - or tries.. since it's not easily reproduced, this
is a try and understanding the problem and being conservative by
refcounting until the data is no longer needed. combined with its
needed new api's from 356d10fbeefd3f79f3cc848ed266d33e04ac7238 i hope
this works.
2014-07-23 20:38:01 +09:00
Mike Blumenkrantz 5984d4690b remove -fPIC from SUID_CFLAGS
this flag must not be set partially for a project in this way or it will cause build failures on some systems

furthermore, it should usually only be set either automatically when required by the build system or by a packager who knows that it is required
2014-07-19 16:03:55 -04:00
q66 d6c815edf2 restore freebsd build support by default (sadly, requires legacy edbus) 2014-07-19 14:08:11 +01:00
Ralph Sennhauser 4c88b83fa6 Fix configure option string
enightenment-menu is install-enlightenment-menu
2014-07-05 11:23:54 -04:00
Mike Blumenkrantz 90cde14ac4 unset release mode 2014-07-03 11:48:04 -04:00
Mike Blumenkrantz 9bd9907cd0 alpha2 2014-07-03 11:24:05 -04:00