projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72eeaeb
)
wl_drm: add e_modapi_save to resolve undefined symbol
42/62242/1
author
Gwanglim Lee
<gl77.lee@samsung.com>
Tue, 15 Mar 2016 04:50:48 +0000
(13:50 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Tue, 15 Mar 2016 04:50:48 +0000
(13:50 +0900)
Change-Id: I5f05c38fedff92ea9b42d075f3b8f1af3e712525
src/modules/wl_drm/e_mod_main.c
patch
|
blob
|
history
diff --git
a/src/modules/wl_drm/e_mod_main.c
b/src/modules/wl_drm/e_mod_main.c
index 64e687433e680ad24fae5b95a4a02003c46c1d77..d3948c5897fd7f07c6b5d08609f897702a198809 100644
(file)
--- a/
src/modules/wl_drm/e_mod_main.c
+++ b/
src/modules/wl_drm/e_mod_main.c
@@
-967,3
+967,10
@@
e_modapi_shutdown(E_Module *m EINA_UNUSED)
return 1;
}
+
+E_API int
+e_modapi_save(E_Module *m EINA_UNUSED)
+{
+ // do nothing
+ return 1;
+}