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>
Mon, 18 Feb 2013 20:29:35 +0000 (15:29 -0500)
commitaf4f2aaf198522b51cf2afc2f25f9189c2432887
tree1bcf76cedd869ddcb85ff6efec741244228e0dab
parent554a0da74a3f6fc945503a3eb1bfcc9038441b39
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.
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