]> git.street.me.uk Git - andy/viking.git/commitdiff
Expand list of potentially used libraries.
authorRob Norris <rw_norris@hotmail.com>
Wed, 4 Sep 2013 23:31:17 +0000 (00:31 +0100)
committerRob Norris <rw_norris@hotmail.com>
Wed, 4 Sep 2013 23:38:49 +0000 (00:38 +0100)
src/dialog.c

index ab4112e50c3c91180f605a9beffd5898c6519fac..9baf6bdd034a5dc6b8843d71e8afed4fc0b89f04 100644 (file)
@@ -827,6 +827,12 @@ void a_dialog_about ( GtkWindow *parent )
 #endif
 #ifdef HAVE_LIBX11
     "libX11",
+#endif
+#ifdef HAVE_LIBMAGIC
+    "libmagic",
+#endif
+#ifdef HAVE_LIBBZ2
+    "libbz2",
 #endif
     NULL
   };