add pc files for ddraw and sdl engines

SVN revision: 30852
This commit is contained in:
doursse 2007-07-16 08:13:40 +00:00 committed by doursse
parent 2cc91ff331
commit 64e4039663
4 changed files with 81 additions and 61 deletions

View File

@ -19,6 +19,8 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
evas-software-xcb.pc \
evas-xrender-x11.pc \
evas-xrender-xcb.pc \
evas-software-ddraw.pc \
evas-sdl.pc \
evas.pc \
evas.spec \
debian/changelog
@ -40,6 +42,8 @@ EXTRA_DIST = AUTHORS COPYING COPYING-PLAIN evas.c.in gendoc \
evas-software-xcb.pc \
evas-xrender-x11.pc \
evas-xrender-xcb.pc \
evas-software-ddraw.pc \
evas-sdl.pc \
evas.pc \
evas.spec.in evas.spec \
debian/changelog \
@ -114,8 +118,16 @@ if BUILD_ENGINE_XRENDER_XCB
pxrenderxcb = evas-xrender-xcb.pc
endif
if BUILD_ENGINE_SOFTWARE_DDRAW
psoftwareddraw = evas-software-ddraw.pc
endif
if BUILD_ENGINE_SDL
psdl = evas-sdl.pc
endif
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = \
evas.pc $(psoftwarex11) $(psoftwarexcb) $(pdirectfb) $(pframebuffer) \
$(psoftwarebuffer) $(psoftwareqtopia) $(popenglx11) $(pcairox11) \
$(pxrenderx11) $(pxrenderxcb) $(pglitzx11)
$(pxrenderx11) $(pxrenderxcb) $(pglitzx11) $(psoftwareddraw) $(psdl)

View File

@ -2118,6 +2118,8 @@ evas-software-x11.pc
evas-software-xcb.pc
evas-xrender-x11.pc
evas-xrender-xcb.pc
evas-software-ddraw.pc
evas-sdl.pc
evas.pc
src/Makefile
src/lib/Makefile

View File

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

View File

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