[cairo-bugs] [Bug 83359] Should define all disabled features as 0 to avoid build failure
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Sep 2 07:30:34 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=83359
Julien Isorce <julien.isorce at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WONTFIX |---
--- Comment #2 from Julien Isorce <julien.isorce at gmail.com> ---
Oki np. (webkitEFL enables it but I can disable it manually)
What about the first part of the patch:
-CAIRO_FEATURE_HOOK_REGISTER(no,!no,!,
+CAIRO_FEATURE_HOOK_REGISTER(no,*,!,
?
to have all the disabled features in the commentaries ( i.e. "/*#undef $FEATURE
*/" )
So that it's not confusing why in cairo-features.h you can see /*#undef
CAIRO_HAS_EGL_FUNCTIONS */
but not /*#undef CAIRO_HAS_GLESV2_SURFACE */ when configuring cairo with
--disable-egl --disable-glesv2
Thx!
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cairographics.org/archives/cairo-bugs/attachments/20140902/e61c7ab8/attachment.html>
More information about the cairo-bugs
mailing list