mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
vt: Unbreak build on no-splash configurations
PR: 201751 Differential Revision: https://reviews.freebsd.org/D3151 Tested by: Andrey Fesenko Approved by: markj (mentor) MFC after: 1 week
This commit is contained in:
parent
7cca17758c
commit
5f7d6682c5
1 changed files with 4 additions and 0 deletions
|
|
@ -154,6 +154,10 @@ extern unsigned int vt_logo_width;
|
|||
extern unsigned int vt_logo_height;
|
||||
extern unsigned int vt_logo_depth;
|
||||
extern unsigned char vt_logo_image[];
|
||||
#ifndef DEV_SPLASH
|
||||
#define vtterm_draw_cpu_logos(...)
|
||||
const unsigned int vt_logo_sprite_height;
|
||||
#endif
|
||||
|
||||
/* Font. */
|
||||
extern struct vt_font vt_font_default;
|
||||
|
|
|
|||
Loading…
Reference in a new issue