mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
make the extupdate build conditional
extupdate is not very useful for most platforms, so only build it if --enable-extupdate is passed to configure
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
|
||||
#ifndef __CEXTUPDATE__
|
||||
#define __CEXTUPDATE__
|
||||
#if ENABLE_EXTUPDATE
|
||||
|
||||
#include <gui/widget/menue.h>
|
||||
#include <system/helpers.h>
|
||||
@@ -114,4 +115,6 @@ static unsigned int timer_msec;
|
||||
snprintf(updateLogBuf, sizeof(updateLogBuf), "[update:%d] " fmt, __LINE__ , ## args); \
|
||||
updateLog(updateLogBuf);
|
||||
|
||||
#endif
|
||||
|
||||
#endif // __CEXTUPDATE__
|
||||
|
Reference in New Issue
Block a user