| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
fix T4885
|
| |
|
| |
|
|
|
|
| |
this will need to be 1.20.4 soon
|
|
|
|
| |
tar-v7 does not support long enough filenames for successful dist
|
|
|
|
|
| |
This is blocking people from using it, and we don't actually support
anything 1.10 added (xdg-outputs) yet
|
|
|
|
|
|
| |
let distros provide these, projects should not
ref T4991
|
|
|
|
|
| |
We need a newer version for the dmabuf changes, so let's just depend on the
latest released.
|
|
|
|
| |
modules should be able to detect whether wayland support is available
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
We no longer need a HAVE_DRM2 define since it's become synonymous with
HAVE_WL_DRM.
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
not needed
|
|
|
|
| |
this is not and probably never again will be needed
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Chris Michael <cp.michael@samsung.com>
|
| |
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
This reverts commit 210670c6a698b6c96469a19fbd9dd14d088fcb7a.
these are useful warnings which consistently reveal bugs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
This commit should now allow battery to support OpenBSD, FreeBSD, Dragonfly BSD, and NetBSD
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
You are required to update efl along with this update to have the luncher theme files.
|
|
|
|
| |
fix T4479
|
| |
|
| |
|
|
|
|
|
| |
We were trying to find it with pkg-config and failing, try
AC_PATH_PROG instead
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
| |
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
|