configure: put buildinfo stuff in own config header

...so there's no need to rebuild everything all the time


Origin commit data
------------------
Branch: ni/coolstream
Commit: 06f233b288
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-11-13 (Wed, 13 Nov 2013)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2013-11-13 14:34:18 +01:00
parent 52ff7cfcb9
commit 9b04ab3c8b
2 changed files with 22 additions and 12 deletions

View File

@@ -33,6 +33,8 @@
#include <gui/widget/messagebox.h>
#include <system/helpers.h>
#include <local_build_config.h>
using namespace std;
CBuildInfo::CBuildInfo() : CComponentsWindow(1, 1, 700, 500, LOCALE_BUILDINFO_MENU, NEUTRINO_ICON_INFO)