From 1542d8881fc5ccbc5918cd4acbe4091ebbd24508 Mon Sep 17 00:00:00 2001 From: Oleksandr Tymoshenko Date: Tue, 17 May 2016 21:00:46 -0700 Subject: Added bsdfb platform plugin for FreeBSD [ChangeLog][QtGui][Platform Specific Changes] Added bsdfb platform plugin for FreeBSD. Plugin renders directly to framebuffer, no hardware acceleration supported. bsdfb accepts "fb", "size", "offset", and "mmsize" arguments with the same format as linuxfb. Change-Id: I5f5cea0b5ed70d5c6f8d01dc547f54c731bcae5f Reviewed-by: Laszlo Agocs --- src/plugins/platforms/bsdfb/bsdfb.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/plugins/platforms/bsdfb/bsdfb.json (limited to 'src/plugins/platforms/bsdfb/bsdfb.json') diff --git a/src/plugins/platforms/bsdfb/bsdfb.json b/src/plugins/platforms/bsdfb/bsdfb.json new file mode 100644 index 0000000000..97b3e7707e --- /dev/null +++ b/src/plugins/platforms/bsdfb/bsdfb.json @@ -0,0 +1,3 @@ +{ + "Keys": [ "bsdfb" ] +} -- cgit v1.2.3