mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-10 07:08:28 +02:00
Use framebuffer_ng on cool_hardware
Origin commit data
------------------
Commit: 4d74e78d97
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-01-26 (Tue, 26 Jan 2016)
This commit is contained in:
@@ -27,8 +27,10 @@ libneutrino_driver_a_SOURCES = \
|
||||
colorgradient.cpp \
|
||||
fade.cpp \
|
||||
fb_window.cpp \
|
||||
fbaccel.cpp \
|
||||
file.cpp \
|
||||
fontrenderer.cpp \
|
||||
framebuffer_ng.cpp \
|
||||
genpsi.cpp \
|
||||
moviecut.cpp \
|
||||
neutrinofonts.cpp \
|
||||
@@ -45,12 +47,7 @@ libneutrino_driver_a_SOURCES = \
|
||||
|
||||
if BOXTYPE_COOL
|
||||
libneutrino_driver_a_SOURCES += \
|
||||
framebuffer.cpp \
|
||||
vfd.cpp
|
||||
else
|
||||
libneutrino_driver_a_SOURCES += \
|
||||
fbaccel.cpp \
|
||||
framebuffer_ng.cpp
|
||||
endif
|
||||
|
||||
if BOXTYPE_TRIPLE
|
||||
|
@@ -21,9 +21,8 @@
|
||||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#if !HAVE_COOL_HARDWARE
|
||||
#include "framebuffer_ng.h"
|
||||
#else
|
||||
#if 0
|
||||
|
||||
#ifndef __framebuffer__
|
||||
#define __framebuffer__
|
||||
|
Reference in New Issue
Block a user