[gnome-terminal/gnome-3-10] build: Disable gtk deprecation warnings



commit 780ae9877f370d3831c4586180af2a5c6614e72f
Author: Christian Persch <chpe gnome org>
Date:   Sat Sep 14 13:18:21 2013 +0200

    build: Disable gtk deprecation warnings
    
    It's just too much.

 src/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index b45974a..60c7327 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -86,6 +86,7 @@ gnome_terminal_server_CPPFLAGS = \
        -DTERM_LIBEXECDIR="\"$(libexecdir)\"" \
        -DSN_API_NOT_YET_FROZEN \
        -DGDK_MULTIHEAD_SAFE \
+       -DGDK_DISABLE_DEPRECATION_WARNINGS \
        $(AM_CPPFLAGS)
 
 gnome_terminal_server_CFLAGS = \


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