From 0aff415f37457add088184c38b6156f23f95bf53 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Tue, 24 Jun 2008 21:01:24 +0200 Subject: [PATCH] version: add GdkPixBuf version Signed-off-by: Julien Danjou --- common/version.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/common/version.c b/common/version.c index e145f1a5..e173abb0 100644 --- a/common/version.c +++ b/common/version.c @@ -22,6 +22,10 @@ #include #include +#ifndef WITH_IMLIB2 +#include +#endif + #include "config.h" #include "common/version.h" #include "awesome-version-internal.h" @@ -51,7 +55,7 @@ eprint_version(const char *const executable) #ifdef WITH_IMLIB2 printf("Imlib2\n"); #else - printf("GdkPixBuf\n"); + printf("GdkPixBuf " GDK_PIXBUF_VERSION "\n"); #endif printf("* DBus support: "); #ifdef WITH_DBUS