Skip to content

Commit

Permalink
V4L/DVB: [-next] media: fix vivi build error
Browse files Browse the repository at this point in the history
vivi uses find_font(), which is only available when FONTS
is enabled, so make vivi depend on FONTS.

ERROR: "find_font" [drivers/media/video/vivi.ko] undefined!

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Randy Dunlap authored and Mauro Carvalho Chehab committed May 19, 2010
1 parent 0faa2ed commit acc8cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ config VIDEO_DAVINCI_VPIF

config VIDEO_VIVI
tristate "Virtual Video Driver"
depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64
depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64 && FONTS
select FONT_8x16
select VIDEOBUF_VMALLOC
default n
Expand Down

0 comments on commit acc8cc4

Please sign in to comment.