10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f944932 commit 4b05265Copy full SHA for 4b05265
dkms.conf
@@ -1,6 +1,13 @@
1
PACKAGE_NAME="v4l2loopback"
2
PACKAGE_VERSION="0.12.5"
3
4
+if [ -f $kernel_source_dir/.config ]; then
5
+ . $kernel_source_dir/.config
6
+ if [ "${CONFIG_VIDEO_V4L2:-n}" = "n" ]; then
7
+ BUILD_EXCLUSIVE_KERNEL="REQUIRES CONFIG_VIDEO_V4L2"
8
+ fi
9
+fi
10
+
11
# Items below here should not have to change with each driver version
12
MAKE[0]="make KERNEL_DIR=${kernel_source_dir} all"
13
CLEAN="make clean"
0 commit comments