Author: ken Date: Thu Sep 28 14:10:22 2017 New Revision: 19280 Log: Firefox - a build where stylo is enabled showed that enabling system-cairo causes style to fail to build, looking for pixman.h.
Modified: trunk/BOOK/xsoft/graphweb/firefox.xml Modified: trunk/BOOK/xsoft/graphweb/firefox.xml ============================================================================== --- trunk/BOOK/xsoft/graphweb/firefox.xml Thu Sep 28 08:06:12 2017 (r19279) +++ trunk/BOOK/xsoft/graphweb/firefox.xml Thu Sep 28 14:10:22 2017 (r19280) @@ -244,8 +244,8 @@ # Stylo is the new CSS code, including the rust 'style' # package. It is enabled by default, but cannot find the # headers for system nspr, pixman. If you enable stylo you -# must comment out system-nspr and system-pixman, and you -# must also have installed clang. +# must comment out system-nspr system-pixman and +# system-cairo, and you must also have installed clang. ac_add_options --disable-stylo # Comment out following options if you have not installed -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
