[banshee] build: Fix banshee-hyena-gui.pc to remove old Mono.Cairo references



commit 7b4ca0a82f86f5edf0490ec5eb0c5f2851689b40
Author: Frank Ziegler <funtastix googlemail com>
Date:   Sat Jun 14 17:27:53 2014 +1000

    build: Fix banshee-hyena-gui.pc to remove old Mono.Cairo references
    
    The pkgconfig file that banshee generates for its own Hyena assemblies
    where still being linked to old Mono.Cairo and in addition the new
    cairo-sharp. This allows GTK3-compatible Banshee-Community-Extensions to
    build properly with the new version of the toolkit.
    
    Signed-off-by: Bertrand Lorentz <bertrand lorentz gmail com>

 build/pkg-config/banshee-hyena-gui.pc.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/pkg-config/banshee-hyena-gui.pc.in b/build/pkg-config/banshee-hyena-gui.pc.in
index ef00a5c..2bd7252 100644
--- a/build/pkg-config/banshee-hyena-gui.pc.in
+++ b/build/pkg-config/banshee-hyena-gui.pc.in
@@ -7,5 +7,5 @@ Name: Banshee Hyena GUI
 Description: Hyena GUI libraries for the Banshee Media Framework
 Version: @VERSION@
 Requires: banshee-hyena gtk-sharp-3.0
-Libs: -r:Mono.Cairo -r:${bansheedir}/Hyena.Gui.dll
+Libs: -r:${bansheedir}/Hyena.Gui.dll
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]