Enable tee surface backend
Needed for building Firefox >= 4.0 Beta 10
This commit is contained in:
parent
7929fa9aa8
commit
03967e71e2
10
cairo.spec
10
cairo.spec
@ -5,7 +5,7 @@
|
||||
Summary: A 2D graphics library
|
||||
Name: cairo
|
||||
Version: 1.10.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
URL: http://cairographics.org
|
||||
#VCS: git:git://git.freedesktop.org/git/cairo
|
||||
Source0: http://cairographics.org/snapshots/%{name}-%{version}.tar.gz
|
||||
@ -98,7 +98,8 @@ This package contains tools for working with the cairo graphics library.
|
||||
--enable-ps \
|
||||
--enable-pdf \
|
||||
--enable-svg \
|
||||
--enable-gobject \
|
||||
--enable-tee \
|
||||
--enable-gobject \
|
||||
--disable-gtk-doc
|
||||
make V=1 %{?_smp_mflags}
|
||||
|
||||
@ -131,6 +132,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/cairo/cairo-ps.h
|
||||
%{_includedir}/cairo/cairo-script-interpreter.h
|
||||
%{_includedir}/cairo/cairo-svg.h
|
||||
%{_includedir}/cairo/cairo-tee.h
|
||||
%{_includedir}/cairo/cairo-version.h
|
||||
%{_includedir}/cairo/cairo-xlib-xrender.h
|
||||
%{_includedir}/cairo/cairo-xlib.h
|
||||
@ -143,6 +145,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/cairo-png.pc
|
||||
%{_libdir}/pkgconfig/cairo-ps.pc
|
||||
%{_libdir}/pkgconfig/cairo-svg.pc
|
||||
%{_libdir}/pkgconfig/cairo-tee.pc
|
||||
%{_libdir}/pkgconfig/cairo-xlib.pc
|
||||
%{_libdir}/pkgconfig/cairo-xlib-xrender.pc
|
||||
%{_datadir}/gtk-doc/html/cairo
|
||||
@ -163,6 +166,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/cairo
|
||||
|
||||
%changelog
|
||||
* Mon Jan 24 2011 Christopher Aillon <caillon@redhat.com> - 1.10.2-2
|
||||
- Enable tee support
|
||||
|
||||
* Mon Jan 03 2011 Benjamin Otte <otte@redhat.com> - 1.10.2-1
|
||||
- Update to 1.10.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user