[gedit: 5/5] build: don't depend on gio-unix
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit: 5/5] build: don't depend on gio-unix
- Date: Sun, 12 Jul 2015 12:26:02 +0000 (UTC)
commit b5da8edc21d29fbad96a15ec00613638961edcfe
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sun Jul 12 13:54:47 2015 +0200
build: don't depend on gio-unix
It seems that gedit doesn't depend on gio-unix.
configure.ac | 13 ++-----------
1 files changed, 2 insertions(+), 11 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d011a4d..166c300 100644
--- a/configure.ac
+++ b/configure.ac
@@ -324,17 +324,8 @@ else
X11_LIBS=
fi
-if test "$platform_win32" = "no"; then
- PKG_CHECK_MODULES(UNIX, [
- gio-unix-2.0 >= 2.25.5
- ])
-else
- UNIX_CFLAGS=
- UNIX_LIBS=
-fi
-
-GEDIT_CFLAGS="$GEDIT_CFLAGS $X11_CFLAGS $UNIX_CFLAGS"
-GEDIT_LIBS="$GEDIT_LIBS $X11_LIBS $UNIX_LIBS"
+GEDIT_CFLAGS="$GEDIT_CFLAGS $X11_CFLAGS"
+GEDIT_LIBS="$GEDIT_LIBS $X11_LIBS"
AC_SUBST(GEDIT_CFLAGS)
AC_SUBST(GEDIT_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]