diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-08-25 13:15:55 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-08-25 13:34:31 +0100 |
commit | d929102591b25c1e9bf95ee58d95f86869e268fd (patch) | |
tree | 2b994ce26982c8637ecf19efc75d3cd0438ed6a9 /overlay/Makefile.am | |
parent | 20a25f5eafd37c2864e04c3065f6355e1306c6a6 (diff) |
overlay: Add a raw kms output
For when you don't have any display server, use brute force.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'overlay/Makefile.am')
-rw-r--r-- | overlay/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/overlay/Makefile.am b/overlay/Makefile.am index 52a61270..b01bf389 100644 --- a/overlay/Makefile.am +++ b/overlay/Makefile.am @@ -55,6 +55,10 @@ intel_gpu_overlay_SOURCES += \ $(NULL) endif +intel_gpu_overlay_SOURCES += \ + kms/kms-overlay.c \ + $(NULL) + intel_gpu_overlay_SOURCES += $(both_x11_sources) EXTRA_DIST=README |