diff -Nru mono-2.6.4.orig/data/mono.pc.in mono-2.6.4/data/mono.pc.in --- mono-2.6.4.orig/data/mono.pc.in 2010-06-24 07:48:45.000000000 +0200 +++ mono-2.6.4/data/mono.pc.in 2010-06-24 07:55:18.000000000 +0200 @@ -9,6 +9,7 @@ Version: @VERSION@ ## Commented out because SLE hides devel files in the SLE SDK, ## which not all customers will have. -#Requires: glib-2.0 gthread-2.0 +## Uncommented to let openoffice build +Requires: glib-2.0 gthread-2.0 Libs: -L${libdir} @export_ldflags@ -lmono @libmono_ldflags@ Cflags: -I${includedir} @libmono_cflags@