Include real weston compositor header(s)
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Thu, 17 Jan 2013 22:34:55 +0000 (14:34 -0800)
committerU. Artie Eoff <ullysses.a.eoff@intel.com>
Thu, 17 Jan 2013 22:34:55 +0000 (14:34 -0800)
commit89e9b9a00ca8829e535dc7243e51fb31a34de5cb
tree9abcbf84c55dfda85f25665bf8e004658558dd96
parent755422d2e9f2780aaaf32696c2cc7581c04ceea3
Include real weston compositor header(s)

Weston does not install any headers to aid weston module
development.

Thus, the weston headers should be copied/symlinked from the
weston source tree to this source tree so we can build our
weston-wfits module/extension:

compositor.h -> src/extensions/weston/weston-headers/core/.
matrix.h -> src/extensions/weston/weston-headers/shared/.
config-parser.h -> src/extensions/weston-headers/shared/.

This is done automatically by the wayland-scripts build
hooks.  Otherwise, you will have to do it manually.

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
README [new file with mode: 0644]
configure.ac
src/extensions/weston/Makefile.am
src/extensions/weston/README [new file with mode: 0644]
src/extensions/weston/weston-wfits.c