diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-11 21:13:53 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-11 21:13:53 +0000 |
commit | 9a2e4c8b780fc607dc4b4adabefb354c84401a96 (patch) | |
tree | f59767aed29b447d3d80ab987e898598663c27e3 /x11/Makefile | |
parent | 621c804e48a9fdddd6a00d78585fa8cb20c8460e (diff) |
- Update enlightenment-devel and EFL libraries to the latest snapshot
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
privilegies)
- Add DBUS support.
Thanks to: az
Notes
Notes:
svn path=/head/; revision=208836
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index b11df381a5f8..d5ff15822523 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -57,10 +57,15 @@ SUBDIR += e17-module-weather SUBDIR += e17-module-winselector SUBDIR += ebuttons - SUBDIR += ecore + SUBDIR += ecore-desktop + SUBDIR += ecore-imf + SUBDIR += ecore-imf_evas + SUBDIR += ecore-x11 SUBDIR += editres + SUBDIR += efreet SUBDIR += electricsheep SUBDIR += elicit + SUBDIR += emprint SUBDIR += emu SUBDIR += enity SUBDIR += enterminus |