[PATCH weston 10/15] text: build the text-backend in weston
Giulio Camuffo
giuliocamuffo at gmail.com
Thu Nov 6 12:41:29 PST 2014
It uses the weston_client_launch API, which is not available in
libweston.
---
Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 1d7ee62..d045137 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -54,7 +54,6 @@ libweston_la_SOURCES = \
src/screenshooter.c \
src/clipboard.c \
src/zoom.c \
- src/text-backend.c \
src/bindings.c \
src/animation.c \
src/noop-renderer.c \
@@ -92,7 +91,8 @@ weston_LDADD = $(COMPOSITOR_LIBS) $(LIBUNWIND_LIBS) \
$(DLOPEN_LIBS) -lm libshared.la libweston.la
weston_SOURCES = \
- src/weston.c
+ src/weston.c \
+ src/text-backend.c
# Track this dependency explicitly instead of using BUILT_SOURCES. We
# add BUILT_SOURCES to CLEANFILES, but we want to keep git-version.h
--
2.1.3
More information about the wayland-devel
mailing list