[glick2] Remove unused x11 dependency



commit e7c19941fe1f989f30f5d0806e38d64b0b3ee843
Author: Alexander Larsson <alexl redhat com>
Date:   Thu Oct 13 19:06:41 2011 +0200

    Remove unused x11 dependency

 Makefile.am  |    1 -
 configure.ac |    3 ---
 2 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 04fd37e..e33c184 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,6 @@ AM_CPPFLAGS =					\
 	$(GLIB_CFLAGS)				\
 	$(GIO_CFLAGS)				\
 	$(FUSE_CFLAGS)				\
-	$(X11_CFLAGS)				\
 	-DLIBEXECDIR=\"$(libexecdir)\"		\
 	-DBINDIR=\"$(bindir)\"			\
 	-DLIBDIR=\"$(libdir)\"			\
diff --git a/configure.ac b/configure.ac
index d4483aa..3931004 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,9 +22,6 @@ PKG_CHECK_MODULES(GIO, [$gio_modules])
 fuse_modules="fuse"
 PKG_CHECK_MODULES(FUSE, [$fuse_modules])
 
-x11_modules="x11"
-PKG_CHECK_MODULES(X11, [$x11_modules])
-
 AC_ARG_WITH(bundle_prefix,
 	AS_HELP_STRING([--with-bundle-prefix=DIR],[Prefix used for bundles @<:@/opt/bundle@:>@]),
 	[ac_with_bundle_prefix=$withval],



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