multimedia/v4l_compat: Install usb/video.h
PR: 286870 Approved by: makc
This commit is contained in:
committed by
Gleb Popov
parent
5bf103899f
commit
c55b64451d
@@ -1,5 +1,5 @@
|
||||
PORTNAME= v4l_compat
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
|
||||
COMMENT= Video4Linux IOCTL header files
|
||||
WWW= https://linuxtv.org
|
||||
@@ -12,8 +12,8 @@ DESCR= ${.CURDIR}/pkg-descr
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
|
||||
BASE_HEADERS= \
|
||||
linux/cec.h \
|
||||
linux/cec-funcs.h \
|
||||
linux/cec.h \
|
||||
linux/const.h \
|
||||
linux/dvb/audio.h \
|
||||
linux/dvb/ca.h \
|
||||
@@ -25,17 +25,19 @@ BASE_HEADERS= \
|
||||
linux/dvb/video.h \
|
||||
linux/ivtv.h \
|
||||
linux/lirc.h \
|
||||
linux/media.h \
|
||||
linux/media-bus-format.h \
|
||||
linux/media.h \
|
||||
linux/uvcvideo.h \
|
||||
linux/v4l2-common.h \
|
||||
linux/v4l2-controls.h \
|
||||
linux/v4l2-mediabus.h \
|
||||
linux/v4l2-subdev.h \
|
||||
linux/videodev2.h
|
||||
linux/videodev2.h \
|
||||
linux/usb/video.h
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/include/linux/dvb
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/include/linux/usb
|
||||
|
||||
.for F in ${BASE_HEADERS}
|
||||
${INSTALL_DATA} \
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
include/linux/cec.h
|
||||
include/linux/cec-funcs.h
|
||||
include/linux/cec.h
|
||||
include/linux/const.h
|
||||
include/linux/dvb/audio.h
|
||||
include/linux/dvb/ca.h
|
||||
@@ -11,9 +11,10 @@ include/linux/dvb/version.h
|
||||
include/linux/dvb/video.h
|
||||
include/linux/ivtv.h
|
||||
include/linux/lirc.h
|
||||
include/linux/media.h
|
||||
include/linux/media-bus-format.h
|
||||
include/linux/media.h
|
||||
include/linux/types.h
|
||||
include/linux/usb/video.h
|
||||
include/linux/uvcvideo.h
|
||||
include/linux/v4l2-common.h
|
||||
include/linux/v4l2-controls.h
|
||||
|
||||
Reference in New Issue
Block a user