summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* remove autotoolsMike Blumenkrantz2017-11-201-1138/+0
|
* fix undefined symbols on autotools+wayland buildMike Blumenkrantz2017-11-031-1/+1
|
* bump versions for e23 development cycleMike Blumenkrantz2017-11-021-3/+3
|
* unset release modeMike Blumenkrantz2017-11-021-5/+5
|
* 0.22.0 releaseMike Blumenkrantz2017-11-021-5/+5
|
* unset release modeMike Blumenkrantz2017-10-231-6/+6
|
* 22.0-rc releaseMike Blumenkrantz2017-10-231-6/+6
|
* require efl 1.20.5Mike Blumenkrantz2017-10-201-2/+2
|
* unset release modeMike Blumenkrantz2017-09-291-6/+6
|
* 22.0-beta releaseMike Blumenkrantz2017-09-291-6/+6
|
* require efl 1.20.4+Mike Blumenkrantz2017-09-211-2/+2
|
* install wayland session fileMike Blumenkrantz2017-09-131-1/+1
| | | | fix T4885
* unset release modeMike Blumenkrantz2017-09-131-6/+6
|
* 22.0-alpha releaseMike Blumenkrantz2017-09-131-6/+6
|
* bump efl version reqs to 1.20.3Mike Blumenkrantz2017-09-121-2/+2
| | | | this will need to be 1.20.4 soon
* use tar-ustar for autotools distMike Blumenkrantz2017-09-011-1/+1
| | | | tar-v7 does not support long enough filenames for successful dist
* Drop wayland-protocols requirement to 1.9Derek Foreman2017-09-011-1/+1
| | | | | This is blocking people from using it, and we don't actually support anything 1.10 added (xdg-outputs) yet
* remove distro packaging filesMike Blumenkrantz2017-08-231-1/+0
| | | | | | let distros provide these, projects should not ref T4991
* Bump wayland-protocols requirementDerek Foreman2017-08-141-1/+1
| | | | | We need a newer version for the dmabuf changes, so let's just depend on the latest released.
* add wayland variable to pkgconfigMike Blumenkrantz2017-08-111-1/+1
| | | | modules should be able to detect whether wayland support is available
* e_start - remove evas deps - don't need them.Carsten Haitzler (Rasterman)2017-08-111-1/+0
| | | | | | | e_start isnt really using evas atm - cserve2 env vars arent being set so remove it - e_start can start a little faster with less linking... good for startup time perhaps and mem footprint of e_start while it babysits
* Remove more pre-ecore-drm2 stuffDerek Foreman2017-08-101-1/+0
| | | | | We no longer need a HAVE_DRM2 define since it's become synonymous with HAVE_WL_DRM.
* build - remove policy mobile moduleCarsten Haitzler (Rasterman)2017-07-271-1/+0
| | | | | | this module is not loaded by any other (dependency) nor is it loadable via the gui - no module/desktop there thus will be hidden... so it's useless/unused... thus remove it as its not usable by users.
* remove edje_cc results from configure outputMike Blumenkrantz2017-07-211-1/+0
|
* remove unused define from cflags and pc fileMike Blumenkrantz2017-07-201-3/+1
|
* do not generate module.desktop filesMike Blumenkrantz2017-07-141-52/+0
| | | | | the purpose of this is to allow variable substitutions, but no desktop files do this so it's a waste of build time for no reason
* fix e_alert build with wayland onlyMike Blumenkrantz2017-07-141-15/+8
|
* remove egl from buildMike Blumenkrantz2017-07-141-22/+0
| | | | not needed
* remove edje-cc from buildMike Blumenkrantz2017-07-141-1/+0
| | | | this is not and probably never again will be needed
* remove nonfunctional --enable-simple-x11 configure flagMike Blumenkrantz2017-07-141-4/+4
|
* bump efl versionMike Blumenkrantz2017-05-261-2/+2
|
* add wl_buffer output moduleMike Blumenkrantz2017-02-101-0/+12
|
* remove old ecore_drm1 code from wl_drm moduleChris Michael2017-01-181-1/+1
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* Sysinfo: Add sysinfo to the configure list.Stephen 'Okra' Houston2017-01-061-0/+2
|
* use -Wno-format-y2k for non-release buildsMike Blumenkrantz2017-01-061-0/+1
| | | | | this warning could be useful if one was expecting to always have a 4-digit date to calculate a certain text buffer size, but we will never do this
* Revert "warnings - disable y2k and format non literal and float comparison"Mike Blumenkrantz2017-01-061-3/+2
| | | | | | This reverts commit 210670c6a698b6c96469a19fbd9dd14d088fcb7a. these are useful warnings which consistently reveal bugs.
* warnings - disable y2k and format non literal and float comparisonCarsten Haitzler (Rasterman)2016-12-281-2/+3
| | | | | | | | | | | | | | | | | | | so... comapring float warnings are 98% noise and no way to shut them up without actively changing code beavhiour. i fixed what possibly could be issues. don't force this on for everyone as it's almost all noise and nothing useful. turn it on in CFLAGS in your envc sometimes when you need to double-check but dont have ti on ALL the time as otherwise REAL warnings hide int he noise. as per e-devel discussion this warning is at best of dubious value - i.e. very little, but it does sometimes find something, so then let's SOMETIMEs turn it on and not all the time. y2k warnings are not useful for us. it's all about DISPLAy of time and so w'ere fine. and we use strings in config for some formats which is how it's meant to work so these warnings are not really useful for us - at least for now, so also turn it off.
* 10_typo_restore_LDFLAGS.diff: Fix typo in configure.ac (upstream), causing ↵Andreas Metzler2016-12-221-1/+1
| | | | | | | | | | | | empty LDFLAGS. Summary: typo spotted while packaging E 0.21.5 for Debian experimental Reviewers: zmike! Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D4507
* fix auto-enabling of compiler warnings on non-release buildsMike Blumenkrantz2016-12-191-3/+3
|
* Enlightenment: Factor all sysctl battery code for bsd into e_mod_sysctl.cAl Poole2016-12-091-0/+10
| | | | This commit should now allow battery to support OpenBSD, FreeBSD, Dragonfly BSD, and NetBSD
* make mouse pointer visibility syn with hotplug/un-plugChris Michael2016-12-091-1/+1
| | | | | | | | | | | | | This patch makes the mouse pointer disappear when the physical mouse device is unplugged. It also makes the mouse pointer reappear when a physical mouse is hotplugged. NB: There is one small hiccup with this patch and that is: when you re-plug the mouse in the pointer itself doesn't show until you physically move the mouse. Tried several things locally to sort it out, but no success :/ Signed-off-by: Chris Michael <cp.michael@samsung.com>
* Luncher: Introduce Enlightenment's new launcher/taskbar/iconify manager: LuncherStephen okra Houston2016-10-281-0/+1
| | | | You are required to update efl along with this update to have the luncher theme files.
* actually check if PIE is supported for SUIDAlexander Pyhalov2016-10-201-4/+22
| | | | fix T4479
* Find wayland protocols and wayland scanner at configure timeDerek Foreman2016-09-261-1/+10
|
* bump to require efl 1.18.99Mike Blumenkrantz2016-09-231-1/+1
|
* Fix xwayland binary location detectionDerek Foreman2016-09-211-5/+9
| | | | | We were trying to find it with pkg-config and failing, try AC_PATH_PROG instead
* bump ecore_drm2 dependency, update to latest beta APIDerek Foreman2016-09-081-3/+7
|
* configure.ac: wayland only build fixRomain Naour2016-08-221-1/+1
| | | | | | | | | | | | | When only wayland is enabled, the build system is still looking for ecore-x. When the following test is always true since have_wayland_only has been initialed to "no". if test "x${have_wayland_only}" != "xyes"; then PKG_CHECK_MODULES([ECORE_X], [ecore-x >= ${efl_version}]) Use e_cv_want_wayland_only instead. Signed-off-by: Romain Naour <romain.naour@gmail.com>
* bump efl wayland req to 1.18 now that it's outMike Blumenkrantz2016-08-171-1/+1
|
* e sudo gui support - add askpass util for sudo askpass supportCarsten Haitzler (Rasterman)2016-08-131-0/+4
| | | | | | | | this gives e by default sudo gui support with an askpass util that sudo can use as well as setting the env var correctly so it will be used by sudo. @feature