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.
This commit is contained in:
+5
-1
@@ -32,7 +32,11 @@ check_PROGRAMS = \
|
||||
$(weston_tests)
|
||||
|
||||
AM_CFLAGS = $(GCC_CFLAGS)
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/src -DUNIT_TEST $(COMPOSITOR_CFLAGS)
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/shared \
|
||||
-DUNIT_TEST \
|
||||
$(COMPOSITOR_CFLAGS)
|
||||
AM_LDFLAGS = -module -avoid-version -rpath $(libdir)
|
||||
|
||||
surface_global_test_la_SOURCES = surface-global-test.c
|
||||
|
||||
Reference in New Issue
Block a user