|
From: <ai...@us...> - 2013-08-01 04:24:46
|
Revision: 12461
http://sourceforge.net/p/plplot/code/12461
Author: airwin
Date: 2013-08-01 04:24:41 +0000 (Thu, 01 Aug 2013)
Log Message:
-----------
Reconfigure all the build configurations that are pango-generated.
The net effect of this reconfiguration is libXft is now ignored as a dependency for
all of these generated build configurations which suppresses a CMake
warning when build_projects is configured.
Modified Paths:
--------------
trunk/cmake/build_projects/cairo/bp.cmake
trunk/cmake/build_projects/fontconfig/bp.cmake
trunk/cmake/build_projects/glib/bp.cmake
trunk/cmake/build_projects/gobject-introspection/bp.cmake
trunk/cmake/build_projects/gtk-doc/bp.cmake
trunk/cmake/build_projects/harfbuzz/bp.cmake
trunk/cmake/build_projects/itstool/bp.cmake
trunk/cmake/build_projects/pango/bp.cmake
trunk/cmake/build_projects/yelp-tools/bp.cmake
trunk/cmake/build_projects/yelp-xsl/bp.cmake
Modified: trunk/cmake/build_projects/cairo/bp.cmake
===================================================================
--- trunk/cmake/build_projects/cairo/bp.cmake 2013-08-01 03:59:57 UTC (rev 12460)
+++ trunk/cmake/build_projects/cairo/bp.cmake 2013-08-01 04:24:41 UTC (rev 12461)
@@ -32,7 +32,7 @@
# List of dependencies (most of which are build tools) which should be
# ignored.
-set(BP_ignored_dependencies_LIST pkg-config;bison;flex;python2-devel)
+set(BP_ignored_dependencies_LIST pkg-config;bison;flex;python2-devel;libXft)
set(cairo_dependencies_LIST fontconfig;gtk-doc;pixman;pkg-config)
# Remove dependencies that should be ignored.
Modified: trunk/cmake/build_projects/fontconfig/bp.cmake
===================================================================
--- trunk/cmake/build_projects/fontconfig/bp.cmake 2013-08-01 03:59:57 UTC (rev 12460)
+++ trunk/cmake/build_projects/fontconfig/bp.cmake 2013-08-01 04:24:41 UTC (rev 12461)
@@ -32,7 +32,7 @@
# List of dependencies (most of which are build tools) which should be
# ignored.
-set(BP_ignored_dependencies_LIST pkg-config;bison;flex;python2-devel)
+set(BP_ignored_dependencies_LIST pkg-config;bison;flex;python2-devel;libXft)
set(fontconfig_dependencies_LIST gperf)
# Remove dependencies that should be ignored.
Modified: trunk/cmake/build_projects/glib/bp.cmake
===================================================================
--- trunk/cmake/build_projects/glib/bp.cmake 2013-08-01 03:59:57 UTC (rev 12460)
+++ trunk/cmake/build_projects/glib/bp.cmake 2013-08-01 04:24:41 UTC (rev 12461)
@@ -32,7 +32,7 @@
# List of dependencies (most of which are build tools) which should be
# ignored.
-set(BP_ignored_dependencies_LIST pkg-config;bison;flex;python2-devel)
+set(BP_ignored_dependencies_LIST pkg-config;bison;flex;python2-devel;libXft)
set(glib_dependencies_LIST gtk-doc;libffi)
# Remove dependencies that should be ignored.
Modified: trunk/cmake/build_projects/gobject-introspection/bp.cmake
===================================================================
--- trunk/cmake/build_projects/gobject-introspection/bp.cmake 2013-08-01 03:59:57 UTC (rev 12460)
+++ trunk/cmake/build_projects/gobject-introspection/bp.cmake 2013-08-01 04:24:41 UTC (rev 12461)
@@ -32,7 +32,7 @@
# List of dependencies (most of which are build tools) which should be
# ignored.
-set(BP_ignored_dependencies_LIST pkg-config;bison;flex;python2-devel)
+set(BP_ignored_dependencies_LIST pkg-config;bison;flex;python2-devel;libXft)
set(gobject-introspection_dependencies_LIST bison;cairo;flex;glib;python2-devel)
# Remove dependencies that should be ignored.
Modified: trunk/cmake/build_projects/gtk-doc/bp.cmake
===================================================================
--- trunk/cmake/build_projects/gtk-doc/bp.cmake 2013-08-01 03:59:57 UTC (rev 12460)
+++ trunk/cmake/build_projects/gtk-doc/bp.cmake 2013-08-01 04:24:41 UTC (rev 12461)
@@ -32,7 +32,7 @@
# List of dependencies (most of which are build tools) which should be
# ignored.
-set(BP_ignored_dependencies_LIST pkg-config;bison;flex;python2-devel)
+set(BP_ignored_dependencies_LIST pkg-config;bison;flex;python2-devel;libXft)
set(gtk-doc_dependencies_LIST libxslt;yelp-tools)
# Remove dependencies that should be ignored.
Modified: trunk/cmake/build_projects/harfbuzz/bp.cmake
===================================================================
--- trunk/cmake/build_projects/harfbuzz/bp.cmake 2013-08-01 03:59:57 UTC (rev 12460)
+++ trunk/cmake/build_projects/harfbuzz/bp.cmake 2013-08-01 04:24:41 UTC (rev 12461)
@@ -32,7 +32,7 @@
# List of dependencies (most of which are build tools) which should be
# ignored.
-set(BP_ignored_dependencies_LIST pkg-config;bison;flex;python2-devel)
+set(BP_ignored_dependencies_LIST pkg-config;bison;flex;python2-devel;libXft)
set(harfbuzz_dependencies_LIST glib;ragel)
# Remove dependencies that should be ignored.
Modified: trunk/cmake/build_projects/itstool/bp.cmake
===================================================================
--- trunk/cmake/build_projects/itstool/bp.cmake 2013-08-01 03:59:57 UTC (rev 12460)
+++ trunk/cmake/build_projects/itstool/bp.cmake 2013-08-01 04:24:41 UTC (rev 12461)
@@ -32,7 +32,7 @@
# List of dependencies (most of which are build tools) which should be
# ignored.
-set(BP_ignored_dependencies_LIST pkg-config;bison;flex;python2-devel)
+set(BP_ignored_dependencies_LIST pkg-config;bison;flex;python2-devel;libXft)
set(itstool_dependencies_LIST )
# Remove dependencies that should be ignored.
Modified: trunk/cmake/build_projects/pango/bp.cmake
===================================================================
--- trunk/cmake/build_projects/pango/bp.cmake 2013-08-01 03:59:57 UTC (rev 12460)
+++ trunk/cmake/build_projects/pango/bp.cmake 2013-08-01 04:24:41 UTC (rev 12461)
@@ -32,7 +32,7 @@
# List of dependencies (most of which are build tools) which should be
# ignored.
-set(BP_ignored_dependencies_LIST pkg-config;bison;flex;python2-devel)
+set(BP_ignored_dependencies_LIST pkg-config;bison;flex;python2-devel;libXft)
set(pango_dependencies_LIST cairo;fontconfig;glib;gobject-introspection;gtk-doc;harfbuzz;libXft)
# Remove dependencies that should be ignored.
Modified: trunk/cmake/build_projects/yelp-tools/bp.cmake
===================================================================
--- trunk/cmake/build_projects/yelp-tools/bp.cmake 2013-08-01 03:59:57 UTC (rev 12460)
+++ trunk/cmake/build_projects/yelp-tools/bp.cmake 2013-08-01 04:24:41 UTC (rev 12461)
@@ -32,7 +32,7 @@
# List of dependencies (most of which are build tools) which should be
# ignored.
-set(BP_ignored_dependencies_LIST pkg-config;bison;flex;python2-devel)
+set(BP_ignored_dependencies_LIST pkg-config;bison;flex;python2-devel;libXft)
set(yelp-tools_dependencies_LIST intltool;itstool;libxml2;libxslt;yelp-xsl)
# Remove dependencies that should be ignored.
Modified: trunk/cmake/build_projects/yelp-xsl/bp.cmake
===================================================================
--- trunk/cmake/build_projects/yelp-xsl/bp.cmake 2013-08-01 03:59:57 UTC (rev 12460)
+++ trunk/cmake/build_projects/yelp-xsl/bp.cmake 2013-08-01 04:24:41 UTC (rev 12461)
@@ -32,7 +32,7 @@
# List of dependencies (most of which are build tools) which should be
# ignored.
-set(BP_ignored_dependencies_LIST pkg-config;bison;flex;python2-devel)
+set(BP_ignored_dependencies_LIST pkg-config;bison;flex;python2-devel;libXft)
set(yelp-xsl_dependencies_LIST intltool;itstool;libxml2;libxslt)
# Remove dependencies that should be ignored.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|