added per-engine pc files

SVN revision: 29286
This commit is contained in:
tilman 2007-03-31 16:07:43 +00:00 committed by tilman
parent 6d871d6351
commit ccfcb0ceaa
14 changed files with 116 additions and 2 deletions

View File

@ -11,7 +11,7 @@ Makefile
libtool
config.status
evas-config
evas.pc
*.pc
config.h
stamp-h1
evas_docs.tar.gz

View File

@ -8,6 +8,17 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
stamp-h.in build-stamp configure-stamp depcomp \
evas_docs.tar.gz evas.c \
README \
evas-cairo-x11.pc
evas-directfb.pc
evas-framebuffer.pc
evas-glitz-x11.pc
evas-opengl-x11.pc
evas-software-buffer.pc
evas-software-qtopia.pc
evas-software-x11.pc
evas-software-xcb.pc
evas-xrender-x11.pc
evas-xrender-xcb.pc
evas.pc \
evas.spec \
debian/changelog
@ -18,6 +29,18 @@ EXTRA_DIST = AUTHORS COPYING COPYING-PLAIN evas.c.in gendoc \
Doxyfile \
README.in README \
evas.pc.in \
evas-cairo-x11.pc
evas-directfb.pc
evas-framebuffer.pc
evas-glitz-x11.pc
evas-opengl-x11.pc
evas-software-buffer.pc
evas-software-qtopia.pc
evas-software-x11.pc
evas-software-xcb.pc
evas-xrender-x11.pc
evas-xrender-xcb.pc
evas.pc \
evas.spec.in evas.spec \
debian/changelog \
debian/changelog.in \
@ -48,5 +71,52 @@ EXTRA_DIST = AUTHORS COPYING COPYING-PLAIN evas.c.in gendoc \
debian/libevas0.install \
debian/rules
if BUILD_ENGINE_SOFTWARE_X11
psoftwarex11 = evas-software-x11.pc
endif
if BUILD_ENGINE_SOFTWARE_XCB
psoftwarexcb = evas-software-xcb.pc
endif
if BUILD_ENGINE_DIRECTFB
pdirectfb = evas-directfb.pc
endif
if BUILD_ENGINE_FB
pframebuffer = evas-framebuffer.pc
endif
if BUILD_ENGINE_GLITZ_X11
pglitzx11 = evas-glitz-x11.pc
endif
if BUILD_ENGINE_BUFFER
psoftwarebuffer = evas-software-buffer.pc
endif
if BUILD_ENGINE_SOFTWARE_QTOPIA
psoftwareqtopia = evas-software-qtopia.pc
endif
if BUILD_ENGINE_GL_X11
popenglx11 = evas-opengl-x11.pc
endif
if BUILD_ENGINE_CAIRO_X11
pcairox11 = evas-cairo-x11.pc
endif
if BUILD_ENGINE_XRENDER_X11
pxrenderx11 = evas-xrender-x11.pc
endif
if BUILD_ENGINE_XRENDER_XCB
pxrenderxcb = evas-xrender-xcb.pc
endif
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = evas.pc
pkgconfig_DATA = \
evas.pc $(psoftwarex11) $(psoftwarexcb) $(pdirectfb) $(pframebuffer) \
$(psoftwarebuffer) $(psoftwareqtopia) $(popenglx11) $(pcairox11) \
$(pxrenderx11) $(pglitzx11)

View File

@ -1919,6 +1919,17 @@ AC_SUBST(pthread_libs)
AC_OUTPUT([
Makefile
evas-cairo-x11.pc
evas-directfb.pc
evas-framebuffer.pc
evas-glitz-x11.pc
evas-opengl-x11.pc
evas-software-buffer.pc
evas-software-qtopia.pc
evas-software-x11.pc
evas-software-xcb.pc
evas-xrender-x11.pc
evas-xrender-xcb.pc
evas.pc
src/Makefile
src/lib/Makefile

View File

@ -0,0 +1,3 @@
Name: evas-cairo-x11
Description: Evas Cairo X11 engine
Version: @VERSION@

View File

@ -0,0 +1,3 @@
Name: evas-directfb
Description: Evas DirectFB engine
Version: @VERSION@

View File

@ -0,0 +1,3 @@
Name: evas-framebuffer
Description: Evas framebuffer engine
Version: @VERSION@

View File

@ -0,0 +1,3 @@
Name: evas-glitz-x11
Description: Evas Glitz X11 engine
Version: @VERSION@

View File

@ -0,0 +1,3 @@
Name: evas-opengl-x11
Description: Evas OpenGL X11 engine
Version: @VERSION@

View File

@ -0,0 +1,3 @@
Name: evas-software-buffer
Description: Evas software buffer engine
Version: @VERSION@

View File

@ -0,0 +1,3 @@
Name: evas-software-qtopia
Description: Evas software Qtopia engine
Version: @VERSION@

View File

@ -0,0 +1,3 @@
Name: evas-software-x11
Description: Evas software X11 engine
Version: @VERSION@

View File

@ -0,0 +1,3 @@
Name: evas-software-xcb
Description: Evas software XCB engine
Version: @VERSION@

View File

@ -0,0 +1,3 @@
Name: evas-xrender-x11
Description: Evas XRender X11 engine
Version: @VERSION@

View File

@ -0,0 +1,3 @@
Name: evas-xrender-xcb
Description: Evas XRender XCB engine
Version: @VERSION@