genode/repos/libports/recipes/api/libuvc/content.mk
Sebastian Sumpf c66a196f76 usb_webcam: package recipes
- API packages for: libusb, libuvc, and libyuv
- Source packages for: API packages + USB webcam app
- Meta package for USB webcam
- Raw package for USB webcam configuration

issue #4196
2021-06-25 11:41:44 +02:00

15 lines
253 B
Makefile

content: include lib/symbols/libuvc LICENSE
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/libuvc)
include:
mkdir $@
cp -r $(PORT_DIR)/include/* $@/
lib/symbols/libuvc:
$(mirror_from_rep_dir)
LICENSE:
cp $(PORT_DIR)/src/lib/libuvc/LICENSE.txt $@