summaryrefslogtreecommitdiff
path: root/channels/Makefile
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2008-01-08 23:09:44 +0000
committerLuigi Rizzo <rizzo@icir.org>2008-01-08 23:09:44 +0000
commit11c492aaec9bb74e7c9b2d57142084d43190cb8e (patch)
tree98f941b4d972c8829d77272f16f4b5283064c35e /channels/Makefile
parent12964661f2eae6c31f056a58a9138d936fb18f53 (diff)
add support for textareas, used for various dialog windows on the gui.
The main code to implement the textarea is in console_board.c, and uses a simple png image with the font, blitting characters on the designated areas of the main screen. Additionally we provide some annotations in the image used as a skin to indicate which areas are used for text messages. (images will be committed separately). At the moment the dialog area is only used to display a running counter, just as a proof of concept. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@97280 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/Makefile')
-rw-r--r--channels/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/Makefile b/channels/Makefile
index 88056066e..467fc8031 100644
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -102,4 +102,4 @@ $(if $(filter chan_misdn,$(EMBEDDED_MODS)),modules.link,chan_misdn.so): misdn_co
chan_vpb.oo: ASTCFLAGS:=$(filter-out -Wdeclaration-after-statement,$(ASTCFLAGS))
-$(if $(filter chan_oss,$(EMBEDDED_MODS)),modules.link,chan_oss.so): console_video.o vgrabbers.o
+$(if $(filter chan_oss,$(EMBEDDED_MODS)),modules.link,chan_oss.so): console_video.o vgrabbers.o console_board.o