From 934e89a749b77e8294113f75ad7f8b3fe3150bc8 Mon Sep 17 00:00:00 2001 From: Benoit Gschwind Date: Wed, 27 Apr 2016 23:56:42 +0200 Subject: fbdev-backend: refactor configuration API Implement a "well" defined API to configure the fbdev backend. Following and according to discussion about libweston API The output transform configuration is moved into weston and added to the fbdev configuration structure. Signed-off-by: Benoit Gschwind [Pekka: squashed two patches and rebased.] Signed-off-by: Pekka Paalanen --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2d727307..f94eae26 100644 --- a/Makefile.am +++ b/Makefile.am @@ -72,7 +72,8 @@ weston_SOURCES = \ src/log.c \ src/compositor.c \ src/compositor.h \ - src/compositor-headless.h \ + src/compositor-headless.h \ + src/compositor-fbdev.h \ src/compositor-rdp.h \ src/input.c \ src/data-device.c \ @@ -211,6 +212,7 @@ westoninclude_HEADERS = \ src/version.h \ src/compositor.h \ src/compositor-headless.h \ + src/compositor-fbdev.h \ src/compositor-rdp.h \ src/timeline-object.h \ shared/matrix.h \ @@ -379,6 +381,7 @@ fbdev_backend_la_CFLAGS = \ $(AM_CFLAGS) fbdev_backend_la_SOURCES = \ src/compositor-fbdev.c \ + src/compositor-fbdev.h \ shared/helpers.h \ $(INPUT_BACKEND_SOURCES) endif -- cgit v1.2.1