50236d6b25
loading, external processors for PDF etc and many bug fixes and performance improvements.
24 lines
726 B
Makefile
24 lines
726 B
Makefile
# $NetBSD: Makefile,v 1.9 2011/12/05 17:33:33 joerg Exp $
|
|
|
|
PKGNAME= evas-sdl-16-${EVAS_VERSION}
|
|
|
|
COMMENT= Evas 16-bit SDL engine
|
|
|
|
EVAS_ENGINES= sdl
|
|
|
|
.include "../../graphics/evas/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --enable-software-sdl
|
|
|
|
BUILD_DIRS= src/modules/engines/software_16_sdl
|
|
MAKE_FLAGS+= module_la_LIBADD="\$${EINA_LIBS} ${BUILDLINK_PREFIX.evas}/lib/libevas.la \$${SDL_LIBS}" \
|
|
module_la_DEPENDENCIES= \
|
|
module_la_LDFLAGS=-no-undefined\ -module\ -avoid-version
|
|
|
|
INSTALLATION_DIRS+= lib/pkgconfig
|
|
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../fonts/fontconfig/buildlink3.mk"
|
|
.include "../../graphics/evas/buildlink3.mk"
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|