Mon Jun 29 20:26:44 2009 UTC ()
Explicitly request SDL support.


(joerg)
diff -r1.2 -r1.3 pkgsrc/graphics/evas-sdl/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/graphics/evas-sdl/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/evas-sdl/Attic/Makefile 2009/06/07 21:12:12 1.2
+++ pkgsrc/graphics/evas-sdl/Attic/Makefile 2009/06/29 20:26:43 1.3
@@ -1,23 +1,25 @@ @@ -1,23 +1,25 @@
1# $NetBSD: Makefile,v 1.2 2009/06/07 21:12:12 joerg Exp $ 1# $NetBSD: Makefile,v 1.3 2009/06/29 20:26:43 joerg Exp $
2 2
3PKGNAME= ${DISTNAME:S/evas/evas-sdl/} 3PKGNAME= ${DISTNAME:S/evas/evas-sdl/}
4 4
5COMMENT= Evas SDL engine 5COMMENT= Evas SDL engine
6 6
7EVAS_ENGINES= sdl 7EVAS_ENGINES= sdl
8 8
9.include "../../graphics/evas/Makefile.common" 9.include "../../graphics/evas/Makefile.common"
10 10
 11CONFIGURE_ARGS+= --enable-software-sdl
 12
11BUILD_DIRS= src/modules/engines/software_sdl 13BUILD_DIRS= src/modules/engines/software_sdl
12MAKE_FLAGS+= module_la_LIBADD="\$${EINA_LIBS} ${BUILDLINK_PREFIX.evas}/lib/libevas.la \$${evas_engine_software_sdl_libs}" \ 14MAKE_FLAGS+= module_la_LIBADD="\$${EINA_LIBS} ${BUILDLINK_PREFIX.evas}/lib/libevas.la \$${evas_engine_software_sdl_libs}" \
13 module_la_DEPENDENCIES= 15 module_la_DEPENDENCIES=
14 16
15INSTALLATION_DIRS+= lib/pkgconfig 17INSTALLATION_DIRS+= lib/pkgconfig
16PKGCONFIG_OVERRIDE= evas-software-sdl.pc.in 18PKGCONFIG_OVERRIDE= evas-software-sdl.pc.in
17 19
18.include "../../devel/SDL/buildlink3.mk" 20.include "../../devel/SDL/buildlink3.mk"
19.include "../../fonts/fontconfig/buildlink3.mk" 21.include "../../fonts/fontconfig/buildlink3.mk"
20.include "../../graphics/evas/buildlink3.mk" 22.include "../../graphics/evas/buildlink3.mk"
21.include "../../graphics/freetype2/buildlink3.mk" 23.include "../../graphics/freetype2/buildlink3.mk"
22 24
23post-install: 25post-install: