diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2013-01-04 18:35:22 +0000 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2013-01-04 18:35:22 +0000 |
commit | 5efeaedf21223f18975013360abcdcf1fc4d0a24 (patch) | |
tree | bf1556efe803a0e8f38021d2e36b2654fa3aaed6 /configure.ac | |
parent | c55c354bbd927882c11c4e5c6c72cc2089fa43ac (diff) | |
download | enlightenment-5efeaedf21223f18975013360abcdcf1fc4d0a24.tar.gz |
e: remove dropshadow module
dropshadow module conflicts with composite, which will be always enabled
by future commits. Remove the module to allow turning composite as
always-enabled.
SVN revision: 82224
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index d8d7da45bb..2b2496a96c 100644 --- a/configure.ac +++ b/configure.ac @@ -832,7 +832,6 @@ AM_CONDITIONAL([HAVE_WAYLAND_CLIENTS], [test "x${have_wayland_clients}" = "xyes" AC_E_OPTIONAL_MODULE([ibar], true) -AC_E_OPTIONAL_MODULE([dropshadow], true) AC_E_OPTIONAL_MODULE([clock], true) AC_E_OPTIONAL_MODULE([pager], true) AC_E_OPTIONAL_MODULE([battery], true, [CHECK_MODULE_BATTERY]) @@ -933,7 +932,6 @@ src/bin/e_fm_shared_types.h src/bin/e_fm/Makefile src/modules/Makefile src/modules/ibar/module.desktop -src/modules/dropshadow/module.desktop src/modules/clock/module.desktop src/modules/pager/module.desktop src/modules/battery/module.desktop |