[recipes] List libcanberra in the system tab



commit edf77d6589ef5aa9a1c864cb78e4eac6f511eab7
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Feb 17 20:35:54 2017 -0500

    List libcanberra in the system tab
    
    We show all our dependencies here, so treat libcanberra the same.

 src/gr-about-dialog.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/src/gr-about-dialog.c b/src/gr-about-dialog.c
index f9e8acf..cde6b9c 100644
--- a/src/gr-about-dialog.c
+++ b/src/gr-about-dialog.c
@@ -376,6 +376,11 @@ populate_system_tab (GtkTextView *view)
                 text_buffer_append_link (view, buffer, "LGPLv2", 
"http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html";);
                 text_buffer_append (buffer, "\n");
 #endif
+#ifdef ENABLE_CANBERRA
+                text_buffer_append_printf (buffer, "\tlibcanberra\t%s\t", CANBERRA_VERSION);
+                text_buffer_append_link (view, buffer, "LGPLv2", 
"http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html";);
+                text_buffer_append (buffer, "\n");
+#endif
                 text_buffer_append_printf (buffer, "\tlibgd\t%s\t", LIBGD_INFO);
                 text_buffer_append_link (view, buffer, "LGPLv2", 
"http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html";);
                 text_buffer_append (buffer, "\n");
@@ -397,6 +402,9 @@ populate_system_tab (GtkTextView *view)
 #if ENABLE_GSPELL
                 text_buffer_append_printf (buffer, "\tgspell\t%s\n", GSPELL_VERSION);
 #endif
+#ifdef ENABLE_CANBERRA
+                text_buffer_append_printf (buffer, "\tlibcanberra\t%s\n", CANBERRA_VERSION);
+#endif
 
                 text_buffer_append (buffer, "\n");
                 text_buffer_append (buffer, _("Bundled libraries"));


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