[gnome-terminal] build: Remove GDK_MULTIHEAD_SAFE from CPPFLAGS
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal] build: Remove GDK_MULTIHEAD_SAFE from CPPFLAGS
- Date: Thu, 20 Jun 2013 20:29:23 +0000 (UTC)
commit a012972afe83c23c2d20f459a39f27c9df3f384a
Author: Christian Persch <chpe gnome org>
Date: Mon Feb 18 13:58:55 2013 +0100
build: Remove GDK_MULTIHEAD_SAFE from CPPFLAGS
It's not really useful since we don't support multihead really anyway.
src/Makefile.am | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 65533a7..2368820 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -84,7 +84,6 @@ gnome_terminal_server_CPPFLAGS = \
-DTERM_LOCALEDIR="\"$(datadir)/locale\"" \
-DTERM_HELPDIR="\"$(HELP_DIR)\"" \
-DTERM_LIBEXECDIR="\"$(libexecdir)\"" \
- -DGDK_MULTIHEAD_SAFE \
$(AM_CPPFLAGS)
gnome_terminal_server_CFLAGS = \
@@ -177,7 +176,6 @@ gnome_terminal_client_CPPFLAGS = \
-DTERM_DATADIR="\"$(datadir)\"" \
-DTERM_LOCALEDIR="\"$(datadir)/locale\"" \
-DTERM_PKGDATADIR="\"$(pkgdatadir)\"" \
- -DGDK_MULTIHEAD_SAFE \
$(AM_CPPFLAGS)
gnome_terminal_client_CFLAGS = \
@@ -223,7 +221,6 @@ gnome_terminal_CPPFLAGS = \
-DTERM_DATADIR="\"$(datadir)\"" \
-DTERM_LOCALEDIR="\"$(datadir)/locale\"" \
-DTERM_PKGDATADIR="\"$(pkgdatadir)\"" \
- -DGDK_MULTIHEAD_SAFE \
$(AM_CPPFLAGS)
gnome_terminal_CFLAGS = \
@@ -257,7 +254,6 @@ nodist_libterminal_nautilus_la_SOURCES = \
libterminal_nautilus_la_CPPFLAGS = \
-DTERMINAL_COMPILATION \
-DTERM_LOCALEDIR="\"$(datadir)/locale\"" \
- -DGDK_MULTIHEAD_SAFE \
$(AM_CPPFLAGS)
libterminal_nautilus_la_CFLAGS = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]