evas-sdl.pc -> evas-software-sdl.pc

SVN revision: 32189
This commit is contained in:
doursse 2007-10-28 14:11:56 +00:00 committed by doursse
parent aabd72ddbd
commit b8c8b38ccd
4 changed files with 9 additions and 9 deletions

View File

@ -24,7 +24,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
evas-software-ddraw.pc \
evas-software-16-ddraw.pc \
evas-direct3d.pc \
evas-sdl.pc \
evas-software-sdl.pc \
evas.pc \
evas.spec \
debian/changelog
@ -51,7 +51,7 @@ EXTRA_DIST = AUTHORS COPYING COPYING-PLAIN evas.c.in gendoc \
evas-software-ddraw.pc \
evas-software-16-ddraw.pc \
evas-direct3d.pc \
evas-sdl.pc \
evas-software-sdl.pc \
evas.pc \
evas.spec.in evas.spec \
debian/changelog \
@ -147,12 +147,12 @@ pdirect3d = evas-direct3d.pc
endif
if BUILD_ENGINE_SDL
psdl = evas-sdl.pc
psoftwaresdl = evas-software-sdl.pc
endif
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = \
evas.pc $(psoftwarex11) $(psoftwarexcb) $(pdirectfb) $(pframebuffer) \
$(psoftwarebuffer) $(psoftwareqtopia) $(popenglx11) $(pcairox11) \
$(pxrenderx11) $(pxrenderxcb) $(pglitzx11) $(psoftwareddraw) $(psdl) \
$(pxrenderx11) $(pxrenderxcb) $(pglitzx11) $(psoftwareddraw) $(psoftwaresdl) \
$(psoftware16x11) $(pdirect3d) $(psoftwared16draw) $(popenglglew)

View File

@ -2223,7 +2223,7 @@ evas-xrender-xcb.pc
evas-software-ddraw.pc
evas-software-16-ddraw.pc
evas-direct3d.pc
evas-sdl.pc
evas-software-sdl.pc
evas.pc
src/Makefile
src/lib/Makefile
@ -2306,7 +2306,7 @@ echo " Software Framebuffer.......: $have_evas_fb"
echo " Software Qtopia............: $have_evas_qtopia"
echo " Software Memory Buffer.....: $have_evas_buffer"
echo " DirectFB...................: $have_evas_directfb"
echo " SDL........................: $have_evas_sdl"
echo " Software SDL...............: $have_evas_sdl"
echo " OpenGL Glew................: $have_evas_gl_glew"
echo " OpenGL X11.................: $have_evas_gl_x11"
echo " Cairo X11..................: $have_evas_cairo_x11"

View File

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

View File

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