3d9e52a446
Evas is a clean display canvas API for several target display systems that can draw anti-aliased text, smooth super and sub-sampled scaled images, alpha-blend objects, and more. This is the software X11 rendering backend of Evas.
28 lines
836 B
Makefile
28 lines
836 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/02/26 19:14:12 minskim Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/evas/evas-software-x11/}
|
|
|
|
COMMENT= Evas software X11 engine
|
|
|
|
EVAS_ENGINES= software-x11
|
|
|
|
.include "../../graphics/evas/Makefile.common"
|
|
|
|
BUILD_DIRS= src/modules/engines/software_x11
|
|
MAKE_FLAGS+= module_la_LIBADD="\$${x_libs} ${BUILDLINK_PREFIX.evas}/lib/libevas.la"
|
|
|
|
INSTALLATION_DIRS+= lib/pkgconfig
|
|
PKGCONFIG_OVERRIDE= evas-software-x11.pc.in
|
|
|
|
.include "../../fonts/fontconfig/buildlink3.mk"
|
|
.include "../../graphics/evas/buildlink3.mk"
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/evas-software-x11.pc \
|
|
${DESTDIR}${PREFIX}/lib/pkgconfig
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|