Fix bug 651723, don't look for libnotify.h if not requested
This commit is contained in:
parent
ab8c6f2605
commit
2fa457ed44
@ -29,12 +29,12 @@
|
||||
#include <gtk/gtk.h>
|
||||
#include <time.h>
|
||||
#include <string.h>
|
||||
#ifdef HAVE_LIBNOTIFY
|
||||
#include <libnotify/notify.h>
|
||||
|
||||
#include "zenity.h"
|
||||
#include "util.h"
|
||||
|
||||
#ifdef HAVE_LIBNOTIFY
|
||||
static char *icon_file;
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user