neutrino: remove glthread, use GLFramebuffer instead

now that libstb-hal provides an easy to use virtual framebuffer,
use it instead of the glthread implementation.
This commit is contained in:
Stefan Seyfried
2013-05-04 13:07:52 +02:00
parent a7e587e3cb
commit e388b08dfe
9 changed files with 29 additions and 703 deletions

View File

@@ -64,6 +64,9 @@
/* this relies on event0 being the AOTOM frontpanel driver device
* TODO: what if another input device is present? */
const char * const RC_EVENT_DEVICE[NUMBER_OF_EVENT_DEVICES] = {"/dev/input/nevis_ir", "/dev/input/event0"};
#elif HAVE_GENERIC_HARDWARE
/* the FIFO created by libstb-hal */
const char * const RC_EVENT_DEVICE[NUMBER_OF_EVENT_DEVICES] = {"/tmp/neutrino.input"};
#else
//const char * const RC_EVENT_DEVICE[NUMBER_OF_EVENT_DEVICES] = {"/dev/input/nevis_ir", "/dev/input/event0"};
const char * const RC_EVENT_DEVICE[NUMBER_OF_EVENT_DEVICES] = {"/dev/input/nevis_ir"};