mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
gui: fix compile after include change.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3d96ea9419
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2012-03-04 (Sun, 04 Mar 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -15,17 +15,18 @@ noinst_HEADERS = svn_version.h
|
||||
SUBDIRS = widget bedit
|
||||
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/daemons \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/zapit/include \
|
||||
-I$(top_srcdir)/daemons \
|
||||
-I$(top_srcdir)/lib \
|
||||
-I$(top_srcdir)/lib/libeventserver \
|
||||
-I$(top_srcdir)/lib/libnet \
|
||||
-I$(top_srcdir)/lib/libconfigfile \
|
||||
-I$(top_srcdir)/lib/xmltree \
|
||||
-I$(top_srcdir)/lib/libupnpclient \
|
||||
@CURL_CFLAGS@ \
|
||||
@FREETYPE_CFLAGS@ \
|
||||
-I$(top_srcdir)/lib
|
||||
@FREETYPE_CFLAGS@
|
||||
|
||||
if BOXTYPE_COOL
|
||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream
|
||||
|
@@ -1,15 +1,16 @@
|
||||
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
||||
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/daemons \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/daemons \
|
||||
-I$(top_srcdir)/src/zapit/include \
|
||||
-I$(top_srcdir)/lib \
|
||||
-I$(top_srcdir)/lib/libeventserver \
|
||||
-I$(top_srcdir)/lib/libconfigfile \
|
||||
-I$(top_srcdir)/lib/libcoolstream \
|
||||
-I$(top_srcdir)/lib/xmltree \
|
||||
@FREETYPE_CFLAGS@ \
|
||||
-I$(top_srcdir)/lib
|
||||
@FREETYPE_CFLAGS@
|
||||
|
||||
|
||||
noinst_LIBRARIES = libneutrino_gui_bedit.a
|
||||
|
@@ -33,22 +33,21 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <gui/bedit/bouqueteditor_bouquets.h>
|
||||
|
||||
#include <global.h>
|
||||
#include <neutrino.h>
|
||||
|
||||
#include <driver/fontrenderer.h>
|
||||
#include <driver/screen_max.h>
|
||||
#include <gui/bedit/bouqueteditor_channels.h>
|
||||
#include <gui/widget/buttons.h>
|
||||
#include <gui/widget/hintbox.h>
|
||||
#include <gui/widget/icons.h>
|
||||
#include <gui/widget/messagebox.h>
|
||||
#include <gui/widget/stringinput.h>
|
||||
|
||||
#include <zapit/client/zapitclient.h>
|
||||
#include <zapit/client/zapittools.h>
|
||||
|
||||
#include "bouqueteditor_channels.h"
|
||||
#include "bouqueteditor_bouquets.h"
|
||||
extern CBouquetManager *g_bouquetManager;
|
||||
|
||||
CBEBouquetWidget::CBEBouquetWidget()
|
||||
|
@@ -37,14 +37,14 @@
|
||||
#include <gui/widget/icons.h>
|
||||
#include <gui/widget/messagebox.h>
|
||||
|
||||
#include <gui/bedit/bouqueteditor_channels.h>
|
||||
#include "bouqueteditor_channels.h"
|
||||
|
||||
#include <global.h>
|
||||
#include <neutrino.h>
|
||||
|
||||
#include <driver/fontrenderer.h>
|
||||
#include <driver/screen_max.h>
|
||||
#include <gui/bedit/bouqueteditor_chanselect.h>
|
||||
#include "bouqueteditor_chanselect.h"
|
||||
#include <gui/widget/buttons.h>
|
||||
#include <gui/widget/icons.h>
|
||||
|
||||
|
@@ -33,8 +33,6 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <gui/bedit/bouqueteditor_chanselect.h>
|
||||
|
||||
#include <global.h>
|
||||
#include <neutrino.h>
|
||||
|
||||
@@ -47,6 +45,8 @@
|
||||
#include <zapit/zapit.h>
|
||||
#include <zapit/getservices.h>
|
||||
|
||||
#include "bouqueteditor_chanselect.h"
|
||||
|
||||
extern CBouquetManager *g_bouquetManager;
|
||||
|
||||
CBEChannelSelectWidget::CBEChannelSelectWidget(const std::string & Caption, unsigned int Bouquet, CZapitClient::channelsMode Mode)
|
||||
|
@@ -52,13 +52,14 @@
|
||||
|
||||
#include <global.h>
|
||||
#include <neutrino.h>
|
||||
#include <plugins.h>
|
||||
#include <driver/encoding.h>
|
||||
#include <driver/screen_max.h>
|
||||
#include <driver/fade.h>
|
||||
|
||||
#include <zapit/client/zapittools.h>
|
||||
|
||||
#include "plugins.h"
|
||||
|
||||
/* for alexW images with old drivers:
|
||||
* #define USE_VBI_INTERFACE 1
|
||||
*/
|
||||
|
@@ -33,8 +33,6 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <gui/plugins.h>
|
||||
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
@@ -52,6 +50,7 @@
|
||||
|
||||
#include <zapit/client/zapittools.h>
|
||||
|
||||
#include "plugins.h"
|
||||
/* for alexW images with old drivers:
|
||||
* #define USE_VBI_INTERFACE 1
|
||||
*/
|
||||
|
@@ -1,9 +1,10 @@
|
||||
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
||||
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/lib \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/zapit/include \
|
||||
-I$(top_srcdir)/lib \
|
||||
-I$(top_srcdir)/lib/libnet \
|
||||
-I$(top_srcdir)/lib/libconfigfile \
|
||||
@FREETYPE_CFLAGS@
|
||||
|
Reference in New Issue
Block a user