mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 15:02:25 +00:00
59c42ffb46
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
13 lines
176 B
PHP
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
|