From: <ai...@us...> - 2014-03-16 17:44:12
|
Revision: 13067 http://sourceforge.net/p/plplot/code/13067 Author: airwin Date: 2014-03-16 17:44:06 +0000 (Sun, 16 Mar 2014) Log Message: ----------- Add needed glib dependency for cairo. Modified Paths: -------------- trunk/cmake/epa_build/cairo/CMakeLists.txt Modified: trunk/cmake/epa_build/cairo/CMakeLists.txt =================================================================== --- trunk/cmake/epa_build/cairo/CMakeLists.txt 2014-03-16 17:41:17 UTC (rev 13066) +++ trunk/cmake/epa_build/cairo/CMakeLists.txt 2014-03-16 17:44:06 UTC (rev 13067) @@ -29,9 +29,9 @@ # List of dependencies (most of which are build tools) which should be # ignored. -set(ignored_dependencies_LIST pkg-config;bison;flex;python2-devel;libXft ${extra_ignored_dependencies_list}) +set(ignored_dependencies_LIST pkg-config;bison;flex;python2-devel;libX11;libXft;xorg-kbproto;xorg-macros;xorg-xproto;dbus ${extra_ignored_dependencies_list}) -set(dependencies_LIST fontconfig;gtk-doc;pixman;pkg-config) +set(dependencies_LIST fontconfig;glib;gtk-doc;pixman;pkg-config) # Do boilerplate tasks that must be done for each different project # that is configured as part of epa_build. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |