diff options
author | Chris Michael <cpmichael@osg.samsung.com> | 2016-05-31 10:04:17 -0400 |
---|---|---|
committer | Chris Michael <cpmichael@osg.samsung.com> | 2016-05-31 10:05:28 -0400 |
commit | af22796356a62b56dca47712e29dd88d87bd722c (patch) | |
tree | a14b962bd742a40c60dc3414e0a5d8aa41ea450e /src/lib/ecore_drm/Ecore_Drm.h | |
parent | e01ac62e5f36614e3a5195105f28bf5d9b05be08 (diff) |
ecore-drm: Deprecate Ecore_Drm library
Small patch to deprecate Ecore_Drm. This patch also adds a configure
option to enable ecore_drm for older code. This option is disabled by
default, so must be explicitly specified during build.
Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_drm/Ecore_Drm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ecore_drm/Ecore_Drm.h b/src/lib/ecore_drm/Ecore_Drm.h index a1a131719c..62717e5ba6 100644 --- a/src/lib/ecore_drm/Ecore_Drm.h +++ b/src/lib/ecore_drm/Ecore_Drm.h | |||
@@ -30,6 +30,8 @@ | |||
30 | # endif // ifdef __GNUC__ | 30 | # endif // ifdef __GNUC__ |
31 | # endif // ifdef _MSC_VER | 31 | # endif // ifdef _MSC_VER |
32 | 32 | ||
33 | # warning The Ecore_Drm library has been deprecated. Please use the Ecore_Drm2 library | ||
34 | |||
33 | # ifdef __cplusplus | 35 | # ifdef __cplusplus |
34 | extern "C" { | 36 | extern "C" { |
35 | # endif | 37 | # endif |