diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-11-04 11:51:42 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-11-04 11:51:42 +0000 |
commit | c15e9c6575c3b5f39ded167dda5259de3de96151 (patch) | |
tree | 5115d7ae3620af24c2bc094cd062575af7adeda9 /pc | |
parent | a5ac6a987caec5a7f7596a25d0a065b9cc94c50c (diff) | |
download | efl-c15e9c6575c3b5f39ded167dda5259de3de96151.tar.gz efl-c15e9c6575c3b5f39ded167dda5259de3de96151.tar.xz efl-c15e9c6575c3b5f39ded167dda5259de3de96151.zip |
merge: and now Evas
I've tested make -j 3 install and it works nicely
I've tested expedite with software and opengl xlib,
and it works. Not tested other engines, so please
report any problems (engines or other) on the ML.
TODO: examples and tests, I'll add them later
ISSUE: Eina_Unicode size check. It indirectly depends on
eina_config.h, which is created at the end of the
configure script. So its size is always 0. I don't
know how that size is used, so I can't do a lot,
for now.
SVN revision: 78895
Diffstat (limited to 'pc')
-rw-r--r-- | pc/evas-direct3d.pc.in | 3 | ||||
-rw-r--r-- | pc/evas-directfb.pc.in | 3 | ||||
-rw-r--r-- | pc/evas-fb.pc.in | 3 | ||||
-rw-r--r-- | pc/evas-opengl-cocoa.pc.in | 4 | ||||
-rw-r--r-- | pc/evas-opengl-sdl.pc.in | 3 | ||||
-rw-r--r-- | pc/evas-opengl-x11.pc.in | 6 | ||||
-rw-r--r-- | pc/evas-psl1ght.pc.in | 3 | ||||
-rw-r--r-- | pc/evas-software-buffer.pc.in | 3 | ||||
-rw-r--r-- | pc/evas-software-ddraw.pc.in | 3 | ||||
-rw-r--r-- | pc/evas-software-gdi.pc.in | 3 | ||||
-rw-r--r-- | pc/evas-software-sdl.pc.in | 3 | ||||
-rw-r--r-- | pc/evas-software-x11.pc.in | 6 | ||||
-rw-r--r-- | pc/evas-wayland-egl.pc.in | 3 | ||||
-rw-r--r-- | pc/evas-wayland-shm.pc.in | 3 | ||||
-rw-r--r-- | pc/evas.pc.in | 12 |
15 files changed, 61 insertions, 0 deletions
diff --git a/pc/evas-direct3d.pc.in b/pc/evas-direct3d.pc.in new file mode 100644 index 000000000..493f8cce0 --- /dev/null +++ b/pc/evas-direct3d.pc.in @@ -0,0 +1,3 @@ +Name: evas-direct3d +Description: Evas Direct3D engine +Version: @VERSION@ diff --git a/pc/evas-directfb.pc.in b/pc/evas-directfb.pc.in new file mode 100644 index 000000000..9a1bc3aba --- /dev/null +++ b/pc/evas-directfb.pc.in @@ -0,0 +1,3 @@ +Name: evas-directfb +Description: Evas DirectFB engine +Version: @VERSION@ diff --git a/pc/evas-fb.pc.in b/pc/evas-fb.pc.in new file mode 100644 index 000000000..0e1f0a08e --- /dev/null +++ b/pc/evas-fb.pc.in @@ -0,0 +1,3 @@ +Name: evas-fb +Description: Evas framebuffer engine +Version: @VERSION@ diff --git a/pc/evas-opengl-cocoa.pc.in b/pc/evas-opengl-cocoa.pc.in new file mode 100644 index 000000000..d908e0bdd --- /dev/null +++ b/pc/evas-opengl-cocoa.pc.in @@ -0,0 +1,4 @@ +Name: evas-opengl-cocoa +Description: Evas OpenGL Cocoa engine +Version: @VERSION@ + diff --git a/pc/evas-opengl-sdl.pc.in b/pc/evas-opengl-sdl.pc.in new file mode 100644 index 000000000..64c17b352 --- /dev/null +++ b/pc/evas-opengl-sdl.pc.in @@ -0,0 +1,3 @@ +Name: evas-opengl-sdl +Description: Evas OpenGL SDL engine +Version: @VERSION@ diff --git a/pc/evas-opengl-x11.pc.in b/pc/evas-opengl-x11.pc.in new file mode 100644 index 000000000..2cb1ec264 --- /dev/null +++ b/pc/evas-opengl-x11.pc.in @@ -0,0 +1,6 @@ +Name: evas-opengl-x11 +Description: Evas OpenGL X11 engine +Version: @VERSION@ + +Xlib=@have_evas_engine_gl_xlib@ +XCB=@have_evas_engine_gl_xcb@ diff --git a/pc/evas-psl1ght.pc.in b/pc/evas-psl1ght.pc.in new file mode 100644 index 000000000..ba17d58c7 --- /dev/null +++ b/pc/evas-psl1ght.pc.in @@ -0,0 +1,3 @@ +Name: evas-psl1ght +Description: Evas PSL1GHT engine +Version: @VERSION@ diff --git a/pc/evas-software-buffer.pc.in b/pc/evas-software-buffer.pc.in new file mode 100644 index 000000000..da5d79845 --- /dev/null +++ b/pc/evas-software-buffer.pc.in @@ -0,0 +1,3 @@ +Name: evas-software-buffer +Description: Evas software buffer engine +Version: @VERSION@ diff --git a/pc/evas-software-ddraw.pc.in b/pc/evas-software-ddraw.pc.in new file mode 100644 index 000000000..de4b6d2af --- /dev/null +++ b/pc/evas-software-ddraw.pc.in @@ -0,0 +1,3 @@ +Name: evas-software-ddraw +Description: Evas software DirectDaw engine +Version: @VERSION@ diff --git a/pc/evas-software-gdi.pc.in b/pc/evas-software-gdi.pc.in new file mode 100644 index 000000000..097c4e1e8 --- /dev/null +++ b/pc/evas-software-gdi.pc.in @@ -0,0 +1,3 @@ +Name: evas-software-gdi +Description: Evas software GDI engine +Version: @VERSION@ diff --git a/pc/evas-software-sdl.pc.in b/pc/evas-software-sdl.pc.in new file mode 100644 index 000000000..fb1972479 --- /dev/null +++ b/pc/evas-software-sdl.pc.in @@ -0,0 +1,3 @@ +Name: evas-software-sdl +Description: Evas software SDL engine +Version: @VERSION@ diff --git a/pc/evas-software-x11.pc.in b/pc/evas-software-x11.pc.in new file mode 100644 index 000000000..b32556c7d --- /dev/null +++ b/pc/evas-software-x11.pc.in @@ -0,0 +1,6 @@ +Name: evas-software-x11 +Description: Evas software X11 engine +Version: @VERSION@ + +Xlib=@have_evas_engine_software_xlib@ +XCB=@have_evas_engine_software_xcb@ diff --git a/pc/evas-wayland-egl.pc.in b/pc/evas-wayland-egl.pc.in new file mode 100644 index 000000000..a770c42ae --- /dev/null +++ b/pc/evas-wayland-egl.pc.in @@ -0,0 +1,3 @@ +Name: evas-wayland-egl +Description: Evas Wayland Egl engine +Version: @VERSION@ diff --git a/pc/evas-wayland-shm.pc.in b/pc/evas-wayland-shm.pc.in new file mode 100644 index 000000000..5576681b1 --- /dev/null +++ b/pc/evas-wayland-shm.pc.in @@ -0,0 +1,3 @@ +Name: evas-wayland-shm +Description: Evas Wayland Shm engine +Version: @VERSION@ diff --git a/pc/evas.pc.in b/pc/evas.pc.in new file mode 100644 index 000000000..6c852b5cc --- /dev/null +++ b/pc/evas.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: evas +Description: Evas canvas display library +Requires.private: @requirements_pc_evas@ +Version: @VERSION@ +Libs: -L${libdir} -levas +Libs.private: @requirements_libs_evas@ +Cflags: -I${includedir}/evas-@VMAJ@ |