** Changed in: compiz Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/959282
Title: libdir option applies to everything except backends Status in Compiz: Fix Released Status in Compiz Configuration Library: Won't Fix Status in compiz package in Ubuntu: Fix Released Bug description: Is there a reason for using the -Dlibdir option for everything except the backends? It seems that if I want to install everything into a -Dlibdir that is a multiarch path the backends will be hardcoded to /usr/lib/. It will also make rpm distros happy as mentioned here: http://bugs.opencompositing.org/show_bug.cgi?id=1352 Something like: - INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib" + INSTALL_RPATH "${libdir}" - DESTINATION ${COMPIZ_DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/compizconfig/backends + DESTINATION ${COMPIZ_DESTDIR}${libdir}/compizconfig/backends Works fine too. To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/959282/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp