mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-10 15:18: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 \
|
colorgradient.cpp \
|
||||||
fade.cpp \
|
fade.cpp \
|
||||||
fb_window.cpp \
|
fb_window.cpp \
|
||||||
|
fbaccel.cpp \
|
||||||
file.cpp \
|
file.cpp \
|
||||||
fontrenderer.cpp \
|
fontrenderer.cpp \
|
||||||
|
framebuffer_ng.cpp \
|
||||||
genpsi.cpp \
|
genpsi.cpp \
|
||||||
moviecut.cpp \
|
moviecut.cpp \
|
||||||
neutrinofonts.cpp \
|
neutrinofonts.cpp \
|
||||||
@@ -45,12 +47,7 @@ libneutrino_driver_a_SOURCES = \
|
|||||||
|
|
||||||
if BOXTYPE_COOL
|
if BOXTYPE_COOL
|
||||||
libneutrino_driver_a_SOURCES += \
|
libneutrino_driver_a_SOURCES += \
|
||||||
framebuffer.cpp \
|
|
||||||
vfd.cpp
|
vfd.cpp
|
||||||
else
|
|
||||||
libneutrino_driver_a_SOURCES += \
|
|
||||||
fbaccel.cpp \
|
|
||||||
framebuffer_ng.cpp
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if BOXTYPE_TRIPLE
|
if BOXTYPE_TRIPLE
|
||||||
|
@@ -21,9 +21,8 @@
|
|||||||
Boston, MA 02110-1301, USA.
|
Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if !HAVE_COOL_HARDWARE
|
|
||||||
#include "framebuffer_ng.h"
|
#include "framebuffer_ng.h"
|
||||||
#else
|
#if 0
|
||||||
|
|
||||||
#ifndef __framebuffer__
|
#ifndef __framebuffer__
|
||||||
#define __framebuffer__
|
#define __framebuffer__
|
||||||
|
Reference in New Issue
Block a user