https://bugzilla.novell.com/show_bug.cgi?id=255943 ------- Comment #11 from andreas.hanke@gmx-topmail.de 2007-03-27 12:49 MST ------- Created an attachment (id=126839) --> (https://bugzilla.novell.com/attachment.cgi?id=126839&action=view) Partial patch Anyway, independently of that, here is a patch for control-center to link libslab statically and to not install any slab devel files. This is obviously a quick and temporary fix. A proper fix could use automake conditionals like this, in Makefile.am: if INSTALL_SLAB lib_LTLIBRARIES = libslab.la else noinst_LTLIBRARIES = libslab.la endif And then, in configure.in: if test $some_condition; then install_slab=yes else install_slab=no fi AM_CONDITIONAL(INSTALL_SLAB, test install_slab = yes) Or maybe make slab a standalone package? Also take care of the control-center.schemas file. I can imagine that there will be very obsure problems if 2 packages try to overwrite their (differently patched) .schemas files. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.