Merge updates from master

This commit is contained in:
Repository mirror & CI
2020-04-22 18:37:08 +00:00
2 changed files with 6 additions and 0 deletions

View File

@@ -57,6 +57,11 @@ src_install() {
newicon -s 32x32 icon.png ${PN}.png
newicon -s 64x64 icon2.png ${PN}.png
make_desktop_entry ${PN} "Droidcam" ${PN} 'AudioVideo;Video'
# The cli and gui do not auto load the module if unloaded (why not tho?)
# so we just put it in modules-load.d to make sure it always works
insinto /usr/lib/modules-load.d/
doins "${FILESDIR}/v4l2loopback-dc.conf"
}
pkg_postinst() {

View File

@@ -0,0 +1 @@
v4l2loopback-dc