Enable the tee surface backend, needed by firefox 4.
Submitted by: beat
This commit is contained in:
parent
0262adf6ba
commit
b847c2d6e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270120
@ -8,7 +8,7 @@
|
||||
|
||||
PORTNAME= cairo
|
||||
PORTVERSION= 1.10.2
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH?= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://cairographics.org/releases/
|
||||
@ -28,6 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
|
||||
LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \
|
||||
--disable-directfb \
|
||||
--enable-tee \
|
||||
--enable-gobject
|
||||
USE_GNOME= glib20 gnomehack ltverhack referencehack
|
||||
USE_AUTOTOOLS= libtool
|
||||
|
@ -8,6 +8,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
|
||||
%%XCB%%include/cairo/cairo-xcb.h
|
||||
%%X11%%include/cairo/cairo-xlib-xrender.h
|
||||
@ -39,6 +40,7 @@ libdata/pkgconfig/cairo-pdf.pc
|
||||
libdata/pkgconfig/cairo-png.pc
|
||||
libdata/pkgconfig/cairo-ps.pc
|
||||
libdata/pkgconfig/cairo-svg.pc
|
||||
libdata/pkgconfig/cairo-tee.pc
|
||||
%%XCB%%libdata/pkgconfig/cairo-xcb.pc
|
||||
%%XCB%%libdata/pkgconfig/cairo-xcb-shm.pc
|
||||
%%X11%%libdata/pkgconfig/cairo-xlib.pc
|
||||
|
Loading…
Reference in New Issue
Block a user