[PATCH weston v2 10/17] text: build the text-backend in weston
Giulio Camuffo
giuliocamuffo at gmail.com
Thu Dec 4 13:01:16 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 386fd85..bb0ecff 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -61,7 +61,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 \
@@ -99,7 +98,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