diff options
author | Cedric Bail <cedric.bail@free.fr> | 2013-03-10 14:35:41 +0900 |
---|---|---|
committer | Cedric Bail <cedric.bail@free.fr> | 2013-03-10 15:58:29 +0900 |
commit | 12ceb717ea64105bbebfb45737fa8448ed721f83 (patch) | |
tree | c7356021c2f15d135313662339fd20d8f3b51beb /ChangeLog | |
parent | ae08c6e721899d44c0202abe772d600078e908b9 (diff) | |
download | efl-12ceb717ea64105bbebfb45737fa8448ed721f83.tar.gz |
eeze: add a dummy implementation for when libmount is not available.
This implementation doesn't replace libmount, it just provide an empty
piece of code that will always fail to do anything. It does simplify
Eeze building and use by third party by always providing the API.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2013-03-10 Cedric Bail + + * Eeze: add a dummy implementation of libmount when it is not available. + 2013-03-08 Igor Murzov * Add WebP image saver. |