Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2013 12:45:46 GMT
From:      Philip Withnall <prw35@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 229003 for review
Message-ID:  <201305241245.r4OCjkQU077124@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@229003?ac=10

Change 229003 by prw35@pwithnall_zenith on 2013/05/24 12:45:29

	Add compositorctl control program for the CHERI compositor
	
	This is a fairly thin layer over the compositor driver, allowing for
	low-level setup and testing. It also contains one demo program,
	run as `compositorctl animate`.
	
	Note that this must be compiled with
		LOCAL_DIRS=ctsrd LOCAL_LIB_DIRS=ctsrd-lib
	passed to buildworld and friends, as compositorctl depends on
	libcompositor being built first.

Affected files ...

.. //depot/projects/ctsrd/cheribsd/src/ctsrd/Makefile#13 edit
.. //depot/projects/ctsrd/cheribsd/src/ctsrd/compositorctl/Makefile#1 add
.. //depot/projects/ctsrd/cheribsd/src/ctsrd/compositorctl/compositorctl.c#1 add
.. //depot/projects/ctsrd/cheribsd/src/ctsrd/compositorctl/crest.png#1 add
.. //depot/projects/ctsrd/cheribsd/src/ctsrd/compositorctl/crest.png.c#1 add

Differences ...

==== //depot/projects/ctsrd/cheribsd/src/ctsrd/Makefile#13 (text+ko) ====

@@ -3,6 +3,7 @@
 SUBDIR=		atsectl \
 		browser \
 		cheripoint \
+		compositorctl \
 		cycle_led \
 		de4ctl \
 		flashit \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305241245.r4OCjkQU077124>