[telepathy-account-widgets] Remove X11 dependency



commit a558072d5c2e2689d56854da0d11b04426f67ce4
Author: Philip Chimento <philip chimento gmail com>
Date:   Sun Nov 6 09:49:08 2016 -0800

    Remove X11 dependency
    
    https://bugzilla.gnome.org/show_bug.cgi?id=774176

 configure.ac                           |    1 -
 tp-account-widgets/tpaw-pixbuf-utils.c |    2 --
 2 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3507d5b..9884e6b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -188,7 +188,6 @@ PKG_CHECK_MODULES(TPAW,
    gobject-2.0
    libxml-2.0
    telepathy-glib >= $TELEPATHY_GLIB_REQUIRED
-   x11
    gtk+-3.0 >= $GTK_REQUIRED
 ])
 
diff --git a/tp-account-widgets/tpaw-pixbuf-utils.c b/tp-account-widgets/tpaw-pixbuf-utils.c
index 1d73f53..f1f8872 100644
--- a/tp-account-widgets/tpaw-pixbuf-utils.c
+++ b/tp-account-widgets/tpaw-pixbuf-utils.c
@@ -26,8 +26,6 @@
 #include "config.h"
 #include "tpaw-pixbuf-utils.h"
 
-#include <gdk/gdkx.h>
-
 #define DEBUG_FLAG TPAW_DEBUG_OTHER
 #include "tpaw-debug.h"
 


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