af4f2aaf19
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.
10 lines
213 B
PkgConfig
10 lines
213 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: Weston Plugin API
|
|
Description: Header files for Weston plugin development
|
|
Version: @WESTON_VERSION@
|
|
Cflags: -I${includedir}
|