Enable tee surface backend for cairo: it will be used by firefox4
and fennec. OK eric@ (maintainer), landry@
This commit is contained in:
parent
2847da92d2
commit
55444ad507
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2011/01/05 13:26:05 eric Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2011/05/04 08:01:56 dcoppa Exp $
|
||||
|
||||
COMMENT= vector graphics library
|
||||
|
||||
DISTNAME= cairo-1.10.2
|
||||
SHARED_LIBS= cairo 11.0
|
||||
REVISION= 0
|
||||
SHARED_LIBS= cairo 11.1
|
||||
SHARED_LIBS+= cairo-trace 0.0
|
||||
SHARED_LIBS+= cairo-gobject 0.0
|
||||
SHARED_LIBS+= cairo-script-interpreter 0.0
|
||||
@ -37,6 +38,7 @@ LIB_DEPENDS= graphics/png \
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV= PTHREAD_LIBS="-pthread"
|
||||
CONFIGURE_ARGS= --enable-gl \
|
||||
--enable-tee \
|
||||
--enable-xml \
|
||||
--enable-xcb \
|
||||
--disable-silent-rules
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.10 2011/01/05 13:26:06 eric Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.11 2011/05/04 08:01:56 dcoppa Exp $
|
||||
%%SHARED%%
|
||||
bin/cairo-trace
|
||||
include/cairo/
|
||||
@ -11,6 +11,7 @@ include/cairo/cairo-pdf.h
|
||||
include/cairo/cairo-ps.h
|
||||
include/cairo/cairo-script-interpreter.h
|
||||
include/cairo/cairo-svg.h
|
||||
include/cairo/cairo-tee.h
|
||||
include/cairo/cairo-version.h
|
||||
include/cairo/cairo-xcb.h
|
||||
include/cairo/cairo-xlib-xrender.h
|
||||
@ -36,6 +37,7 @@ lib/pkgconfig/cairo-pdf.pc
|
||||
lib/pkgconfig/cairo-png.pc
|
||||
lib/pkgconfig/cairo-ps.pc
|
||||
lib/pkgconfig/cairo-svg.pc
|
||||
lib/pkgconfig/cairo-tee.pc
|
||||
lib/pkgconfig/cairo-xcb-shm.pc
|
||||
lib/pkgconfig/cairo-xcb.pc
|
||||
lib/pkgconfig/cairo-xlib-xrender.pc
|
||||
|
Loading…
Reference in New Issue
Block a user