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




commit 5d8ddad5b5513638bfd7c067f4413a75018eb9dc
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/rhythmbox.pc.in b/rhythmbox.pc.in
index 9faab52e8..55472e6c6 100644
--- a/rhythmbox.pc.in
+++ b/rhythmbox.pc.in
@@ -8,7 +8,7 @@ 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]