mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
neutrino: Replace USE_NEVIS_GXA with hardware-specific macros
- Existing USE_NEVIS_GXA definitions in the build system (neutrino configure) can be removed.
This commit is contained in:
@@ -184,7 +184,7 @@ class CFrameBuffer : public sigc::trackable
|
||||
|
||||
bool getActive() const; // is framebuffer active?
|
||||
void setActive(bool enable); // is framebuffer active?
|
||||
#ifdef USE_NEVIS_GXA
|
||||
#if HAVE_COOL_HARDWARE && BOXMODEL_NEVIS
|
||||
virtual void setupGXA() {};
|
||||
virtual void add_gxa_sync_marker() {};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user