summaryrefslogtreecommitdiff
path: root/lib/Makefile.sources
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-26 09:06:11 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-26 18:50:27 +0100
commit57d7db8cf8c407541d1ed57348a6f468c2b73577 (patch)
treedaaf3e01b66f806d350ebe74b2fe23eaa13492d2 /lib/Makefile.sources
parent0b3019733bce0eb7ec4bce39e4ee470f98639c36 (diff)
lib: extract igt_fb library
Stuff all the framebuffer creation, cairo and drm fourcc format handling in there. This gives us a very clear cut in the headers where igt_fb.c only needs to include igt_fb.h, and igt_kms.c includes both (well igt_kms.h pulls in igt_fb.h since we always need this). The aim here is to add api docs for igt_fb since that part of the kms library seems fairly stable already, while all the mode setting and iteration is still a bit in flux. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib/Makefile.sources')
-rw-r--r--lib/Makefile.sources10
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/Makefile.sources b/lib/Makefile.sources
index 4e83d311..f0f411dc 100644
--- a/lib/Makefile.sources
+++ b/lib/Makefile.sources
@@ -40,9 +40,11 @@ libintel_tools_la_SOURCES = \
rendercopy.h \
intel_reg_map.c \
intel_iosf.c \
- igt_kms.c \
- igt_kms.h \
- igt_core.c \
- igt_core.h \
+ igt_kms.c \
+ igt_kms.h \
+ igt_fb.c \
+ igt_fb.h \
+ igt_core.c \
+ igt_core.h \
$(NULL)