\
video/video.c video/fb/video_fb.c video/fb/fbblit.c \
video/fb/fbfill.c video/fb/fbutil.c commands/videotest.c \
- video/bitmap.c video/readers/tga.c video/readers/jpeg.c \
+ video/bitmap.c video/bitmap_scale.c video/readers/tga.c video/readers/jpeg.c \
video/readers/png.c font/font_cmd.c font/font.c term/gfxterm.c \
io/bufio.c \
\
grub_emu_LDFLAGS += $(LIBCURSES) $(LIBUSB)
endif
+ifeq ($(enable_grub_emu_sdl), yes)
+grub_emu_SOURCES += util/sdl.c
+grub_emu_LDFLAGS += $(LIBSDL)
+endif
+
sbin_SCRIPTS += grub-install
grub_install_SOURCES = util/grub-install.in