[rhythmbox/wip/davidk/tdb-pkgconfig] Add tdb to pkgconfig dependencies




commit 5f5c48c98986a66330952a1baf2d324688c2bcaf
Author: David King <amigadave amigadave com>
Date:   Sat Jan 22 12:18:27 2022 +0000

    Add tdb to pkgconfig dependencies
    
    It is used by metadata/rb-ext-db-key.h.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=2043849

 rhythmbox.pc.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/rhythmbox.pc.in b/rhythmbox.pc.in
index 9faab52e8..4259c2ef1 100644
--- a/rhythmbox.pc.in
+++ b/rhythmbox.pc.in
@@ -8,7 +8,8 @@ plugindir=@libdir@/rhythmbox/plugins
 Name: rhythmbox
 Description: plugin API for rhythmbox
 Version: @VERSION@
-Requires: glib-2.0 gobject-2.0 gio-2.0 gtk+-3.0 libsoup-2.4 totem-plparser gstreamer-1.0
+Requires: glib-2.0 gobject-2.0 gio-2.0 gtk+-3.0 libsoup-2.4 totem-plparser
+gstreamer-1.0 tdb
 Requires.private: libxml-2.0
 Libs: -L${libdir} -lrhythmbox-core
 Cflags: -I${includedir}/rhythmbox


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