[vte/vte-next: 39/114] Remove -DVTE_SEAL_ENABLE from pc files
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/vte-next: 39/114] Remove -DVTE_SEAL_ENABLE from pc files
- Date: Mon, 30 May 2011 17:10:01 +0000 (UTC)
commit 30b79de283f1d2d567bb3fb3a08a5fab98e1fef4
Author: Christian Persch <chpe gnome org>
Date: Mon May 2 22:52:03 2011 +0200
Remove -DVTE_SEAL_ENABLE from pc files
All sealed fields have been removed.
configure.in | 2 --
vte-uninstalled.pc.in | 2 +-
vte.pc.in | 2 +-
3 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/configure.in b/configure.in
index f245e6a..1503f74 100644
--- a/configure.in
+++ b/configure.in
@@ -55,7 +55,6 @@ case "$with_gtk" in
VTE_API_MINOR_VERSION=91
VTE_PC_VERSION=-$VTE_API_VERSION
VTE_LIBRARY_SUFFIX=$VTE_API_VERSION
- VTE_SEAL_CFLAGS="-DVTE_SEAL_ENABLE"
GTK_API_VERSION=3.0
GTK_REQUIRED=3.0.0
GLADE_API_VERSION=2.0
@@ -67,7 +66,6 @@ AC_SUBST([VTE_API_VERSION_U],[AS_TR_SH([$VTE_API_VERSION])])
AC_SUBST([VTE_API_MAJOR_VERSION])
AC_SUBST([VTE_API_MINOR_VERSION])
AC_SUBST([VTE_PC_VERSION])
-AC_SUBST([VTE_SEAL_CFLAGS])
AC_SUBST([GTK_API_VERSION])
AC_SUBST([VTE_LIBRARY_SUFFIX_U],[AS_TR_SH([$VTE_LIBRARY_SUFFIX])])
diff --git a/vte-uninstalled.pc.in b/vte-uninstalled.pc.in
index 36ee26b..2e37018 100644
--- a/vte-uninstalled.pc.in
+++ b/vte-uninstalled.pc.in
@@ -10,4 +10,4 @@ Description: Vte terminal widget.
Version: @VERSION@
Requires: @VTE_PKGS@
Libs: ${pc_top_builddir}/${pcfiledir}/src/libvte VTE_LIBRARY_SUFFIX_U@.la
-Cflags: -I${pc_top_builddir}/${pcfiledir}/src @VTE_SEAL_CFLAGS@
+Cflags: -I${pc_top_builddir}/${pcfiledir}/src
diff --git a/vte.pc.in b/vte.pc.in
index 672171a..6466143 100644
--- a/vte.pc.in
+++ b/vte.pc.in
@@ -10,4 +10,4 @@ Description: Vte terminal widget.
Version: @VERSION@
Requires: @VTE_PKGS@
Libs: -L${libdir} -lvte VTE_LIBRARY_SUFFIX_U@
-Cflags: -I${includedir}/vte- VTE_API_VERSION@ @VTE_SEAL_CFLAGS@
+Cflags: -I${includedir}/vte- VTE_API_VERSION@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]