[latexila] CFLAGS: disable deprecated functions
- From: SÃbastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [latexila] CFLAGS: disable deprecated functions
- Date: Sat, 17 Nov 2012 22:18:13 +0000 (UTC)
commit a5f63906082fa720707ee608244afc579c956748
Author: SÃbastien Wilmet <swilmet gnome org>
Date: Sat Nov 17 23:09:06 2012 +0100
CFLAGS: disable deprecated functions
configure.ac | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3ccb3ef..63c6f8b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -134,6 +134,14 @@ dependencies="
CFLAGS="$CFLAGS `pkg-config --cflags ${dependencies}`"
LIBS="$LIBS `pkg-config --libs ${dependencies}`"
+# Disable deprecated stuff
+CFLAGS="$CFLAGS \
+-DGSEAL_ENABLE \
+-DG_DISABLE_DEPRECATED \
+-DGDK_DISABLE_DEPRECATED \
+-DGTK_DISABLE_DEPRECATED \
+-DGDK_PIXBUF_DISABLE_DEPRECATED"
+
# Native Language Support
IT_PROG_INTLTOOL([0.40.0])
AM_GNU_GETTEXT_VERSION([0.17])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]