[Webkit-unassigned] [Bug 135544] [GTK] Install all unstable webkitdom headers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 3 01:03:00 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=135544





--- Comment #3 from Carlos Garcia Campos <cgarcia at igalia.com>  2014-08-03 01:03:10 PST ---
Oh, I see the problem, I wonder why it works for me though. I think checking those files exist before adding them to the list was a bad idea in any case. Looking a the CMake docs, it seems we have other options, for example:

 a) Assume all stable classes have an Unstable.h header and make them optional.
    OPTIONAL: Specify that it is not an error if the file to be installed does not exist.

 b) Use a DIRECTORY install with a FILES_MATCHING option to install only the files matching the pattern *Unstable.h.

The problem I see with option b) is that we need the list of headers to generate the introspection files, so I guess we have to go with option a)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list