diff options
author | Chris Michael <cpmichael@osg.samsung.com> | 2016-05-02 10:21:00 -0400 |
---|---|---|
committer | Chris Michael <cpmichael@osg.samsung.com> | 2016-05-27 11:57:53 -0400 |
commit | a0d3b955bfa18e807ef1067aa612a63d99bf7681 (patch) | |
tree | 5a8b1671da7187b597f12b6b98e8e147ea3ac66e /pc | |
parent | 072674dbe2118a26d8616b56b4169a6e543805ef (diff) | |
download | efl-a0d3b955bfa18e807ef1067aa612a63d99bf7681.tar.gz |
ecore-drm2: Add start of Ecore_Drm2 library
This new library is going to replace the existing Ecore_Drm. This will
refactor a lot of the code, bring improvements over the existing API,
and provide additional support for missing features.
@feature
Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
Diffstat (limited to 'pc')
-rw-r--r-- | pc/.gitignore | 1 | ||||
-rw-r--r-- | pc/ecore-drm2.pc.in | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/pc/.gitignore b/pc/.gitignore index f66395b99d..893e9373c9 100644 --- a/pc/.gitignore +++ b/pc/.gitignore @@ -74,3 +74,4 @@ /efl-js.pc /elementary-cxx.pc /elput.pc +/ecore-drm2.pc diff --git a/pc/ecore-drm2.pc.in b/pc/ecore-drm2.pc.in new file mode 100644 index 0000000000..4530eacab4 --- /dev/null +++ b/pc/ecore-drm2.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: ecore-drm2 +Description: E core library, DRM module +Requires.private: @requirements_pc_ecore_drm2@ +Version: @VERSION@ +Libs: -L${libdir} -lecore_drm2 +Libs.private: @requirements_libs_ecore_drm2@ +Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/ecore-drm2-@VMAJ@ |