blob: 4fd683d19b19aebd5f60a279cc02ba605ae7732e [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001From 21f5f1844e02a50a8b1c2f9ddb39d01b34c92b0a Mon Sep 17 00:00:00 2001
2From: Qian Hu <Qian.Hu@mediatek.com>
3Date: Tue, 24 Sep 2019 11:37:19 +0800
4Subject: [PATCH 5/8] [PATCH 5/9] weston: install client-protocol to sysroot
5 for other
6
7install *-protocol.c and *-client-protocol.h to sysroot.
8
9Signed-off-by: Qian Hu <Qian.Hu@mediatek.com>
10---
11 Makefile.am | 4 +++-
12 1 file changed, 3 insertions(+), 1 deletion(-)
13
14diff --git a/Makefile.am b/Makefile.am
15index 83bb253..769e103 100644
16--- a/Makefile.am
17+++ b/Makefile.am
18@@ -292,7 +292,9 @@ libwestoninclude_HEADERS = \
19 libweston/timeline-object.h \
20 shared/matrix.h \
21 shared/config-parser.h \
22- shared/zalloc.h
23+ shared/zalloc.h \
24+ protocol/*-protocol.c \
25+ protocol/*-client-protocol.h
26
27 libwestoninclude_HEADERS += \
28 libweston-desktop/libweston-desktop.h
29--
302.6.4
31