version: add GdkPixBuf version
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
a055634d4e
commit
0aff415f37
|
@ -22,6 +22,10 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
#ifndef WITH_IMLIB2
|
||||||
|
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "common/version.h"
|
#include "common/version.h"
|
||||||
#include "awesome-version-internal.h"
|
#include "awesome-version-internal.h"
|
||||||
|
@ -51,7 +55,7 @@ eprint_version(const char *const executable)
|
||||||
#ifdef WITH_IMLIB2
|
#ifdef WITH_IMLIB2
|
||||||
printf("Imlib2\n");
|
printf("Imlib2\n");
|
||||||
#else
|
#else
|
||||||
printf("GdkPixBuf\n");
|
printf("GdkPixBuf " GDK_PIXBUF_VERSION "\n");
|
||||||
#endif
|
#endif
|
||||||
printf("* DBus support: ");
|
printf("* DBus support: ");
|
||||||
#ifdef WITH_DBUS
|
#ifdef WITH_DBUS
|
||||||
|
|
Loading…
Reference in New Issue