GNOME Bugzilla – Bug 653752
gnome-bluetooth-1.0.pc: Fix libdir, also add rpath
Last modified: 2011-09-08 17:09:21 UTC
The -L${libdir} was just wrong; the .so lives in ${libdir/gnome-bluetooth. Also, as a general rule for libraries installed in private directories, we should also insert an rpath.
Created attachment 191039 [details] [review] gnome-bluetooth-1.0.pc: Fix libdir, also add rpath
(In reply to comment #0) > The -L${libdir} was just wrong; the .so lives in ${libdir/gnome-bluetooth. No, it doesn't. The .so for libgnome-bluetooth-applet does, not libgnome-bluetooth.
Created attachment 191043 [details] [review] gnome-bluetooth-1.0.pc: Add variables for accessing applet library This will be used by gnome-shell; slightly better than hardcoding the library path there.
Review of attachment 191043 [details] [review]: Looks good
Colin, still needed?
This was already committed.