genode/repos/libports/lib/mk/qemu-usb-webcam.inc
Alexander Boettcher 59c42ffb46 lib-qemu: support to use qemu-usb w/o webcam
for other VMMs beside Virtualbox, e.g. Seoul or potentially arm/vmm. The
webcam model depends on libyuv, which uses stdcxx + full libc, which is not
desired or required for all VMM implementations.

Fixes #5208
2024-05-13 14:06:54 +02:00

13 lines
176 B
PHP

include $(REP_DIR)/lib/mk/qemu-usb.inc
LIBS += libc
LIBS += libyuv
LIBS += format
SRC_CC += webcam.cc
SRC_C += dev-webcam.c
vpath dev-webcam.c $(LIB_DIR)
SHARED_LIB = yes