Install header files and pkg-config file for external modules
authorKristian Høgsberg <krh@bitplanet.net>
Sat, 16 Feb 2013 01:53:20 +0000 (20:53 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 22 Feb 2013 17:18:27 +0000 (12:18 -0500)
commitd27af2a51596cd90261c5311e116e43ddd7d4926
tree5361a99a195fb6355f53a451f4469d29f549504c
parent9a576c317241ab06118dadd570cf579bdca8c9b6
Install header files and pkg-config file for external modules

This patch installs the three header files that define the compositor
plugin interface as well as a pkg-config file.  This allows
building weston plugins outside the weston tree.  We currently don't make
any guarantees about the plugin API/ABI except that within a stable
branch we won't break it.

Conflicts:
configure.ac
src/compositor.h
configure.ac
src/Makefile.am
src/compositor.c
src/compositor.h
src/version.h.in [new file with mode: 0644]
src/weston.pc.in [new file with mode: 0644]
src/xwayland/Makefile.am
tests/Makefile.am