|
From: <ai...@us...> - 2013-08-04 17:54:30
|
Revision: 12472
http://sourceforge.net/p/plplot/code/12472
Author: airwin
Date: 2013-08-04 17:54:28 +0000 (Sun, 04 Aug 2013)
Log Message:
-----------
Insert boiler-plate warning into generated */bp.cmake files that those
files are generated.
Implement use of extra_ignored_dependencies_list (which allows
platforms to selectively ignore certain dependencies).
Modified Paths:
--------------
trunk/cmake/build_projects/gtk-doc/bp.cmake
Modified: trunk/cmake/build_projects/gtk-doc/bp.cmake
===================================================================
--- trunk/cmake/build_projects/gtk-doc/bp.cmake 2013-08-04 17:50:42 UTC (rev 12471)
+++ trunk/cmake/build_projects/gtk-doc/bp.cmake 2013-08-04 17:54:28 UTC (rev 12472)
@@ -1,4 +1,11 @@
# gtk-doc/bp.cmake
+# N.B. this file is generated so if you edit it you will lose all your
+# changes the next time it is generated (typically by running
+# either/both the update_added_packages.sh or update_pango_packages.sh
+# scripts). If those scripts do not provide good results, then
+# consider changing their source files (e.g., by editing the files
+# used in those scripts) or add a patch to be run by those scripts).
+
# This file should be included directly or indirectly from a top-level
# CMakeLists.txt file to configure the build of gtk-doc.
@@ -32,7 +39,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;libXft)
+set(BP_ignored_dependencies_LIST pkg-config;bison;flex;python2-devel;libXft ${extra_ignored_dependencies_list})
set(gtk-doc_dependencies_LIST libxslt;yelp-tools;docbook-xml;docbook-xsl)
# Remove dependencies that should be ignored.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|