[banshee] Add a pkg-config file for Hyena.Data.Sqlite



commit 3db24c83386c11af2eff2ab579885ad1c4151317
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Thu Jul 15 23:22:35 2010 +0200

    Add a pkg-config file for Hyena.Data.Sqlite
    
    As Hyena.Data.Sqlite was split off in its own assembly, it needs a .pc
    file. The -core.pc now requires it.
    Also remove some libs from -hyena.pc that are used only by the new .pc
    file.

 build/pkg-config/banshee-1-core.pc.in              |    2 +-
 build/pkg-config/banshee-1-hyena-data-sqlite.pc.in |   11 +++++++++++
 build/pkg-config/banshee-1-hyena.pc.in             |    2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/build/pkg-config/banshee-1-core.pc.in b/build/pkg-config/banshee-1-core.pc.in
index a4c226b..b72e713 100644
--- a/build/pkg-config/banshee-1-core.pc.in
+++ b/build/pkg-config/banshee-1-core.pc.in
@@ -6,5 +6,5 @@ bansheedir=${libdir}/banshee-1
 Name: Banshee Core
 Description: Core APIs for the Banshee Media Framework
 Version: @VERSION@
-Requires: taglib-sharp ndesk-dbus-1.0 ndesk-dbus-glib-1.0 glib-sharp-2.0 mono-addins banshee-1-hyena banshee-1-musicbrainz
+Requires: taglib-sharp ndesk-dbus-1.0 ndesk-dbus-glib-1.0 glib-sharp-2.0 mono-addins banshee-1-hyena banshee-1-hyena-data-sqlite banshee-1-musicbrainz
 Libs: -r:${bansheedir}/Banshee.Core.dll
diff --git a/build/pkg-config/banshee-1-hyena-data-sqlite.pc.in b/build/pkg-config/banshee-1-hyena-data-sqlite.pc.in
new file mode 100644
index 0000000..8138b7b
--- /dev/null
+++ b/build/pkg-config/banshee-1-hyena-data-sqlite.pc.in
@@ -0,0 +1,11 @@
+prefix= prefix@
+exec_prefix=${prefix}
+libdir= libdir@
+bansheedir=${libdir}/banshee-1
+
+Name: Banshee Hyena
+Description: Hyena sqlite libraries for the Banshee Media Framework
+Version: @VERSION@
+Requires: banshee-1-hyena
+Libs: -r:System.Data -r:${bansheedir}/Mono.Data.Sqlite -r:${bansheedir}/Hyena.Data.Sqlite.dll
+
diff --git a/build/pkg-config/banshee-1-hyena.pc.in b/build/pkg-config/banshee-1-hyena.pc.in
index 5f03a66..03fdd58 100644
--- a/build/pkg-config/banshee-1-hyena.pc.in
+++ b/build/pkg-config/banshee-1-hyena.pc.in
@@ -6,5 +6,5 @@ bansheedir=${libdir}/banshee-1
 Name: Banshee Hyena
 Description: Hyena libraries for the Banshee Media Framework
 Version: @VERSION@
-Libs: -r:System -r:System.Data -r:${bansheedir}/Mono.Data.Sqlite -r:Mono.Posix -r:${bansheedir}/Hyena.dll
+Libs: -r:System -r:Mono.Posix -r:${bansheedir}/Hyena.dll
 



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