Created
February 2, 2013 15:59
-
-
Save pfsmorigo/4697967 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
index 648bd94..dcd462f 100644 | |
--- a/cairo.spec | |
+++ b/cairo.spec | |
@@ -107,6 +107,7 @@ This package contains tools for working with the cairo graphics library. | |
--enable-tee \ | |
--enable-gl \ | |
--enable-gobject \ | |
+ --enable-xcb \ | |
--disable-gtk-doc | |
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool | |
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool | |
@@ -165,6 +166,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la | |
%{_libdir}/pkgconfig/cairo-xcb-shm.pc | |
%{_libdir}/pkgconfig/cairo-xcb.pc | |
%{_datadir}/gtk-doc/html/cairo | |
+%{_includedir}/cairo/cairo-xcb.h | |
+%{_libdir}/pkgconfig/cairo-xcb.pc | |
+%{_libdir}/pkgconfig/cairo-xcb-shm.pc | |
%files gobject | |
%{_libdir}/libcairo-gobject.so.* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment