This is a bugfix release which fixes a couple of key issues which came up with 1.9.2. It also adds wheels for Python 3.6 on Linux, Mac and Windows.
10 lines
354 B
Text
10 lines
354 B
Text
$NetBSD: patch-Setup__Unix.in,v 1.1 2017/06/20 17:00:07 adam Exp $
|
|
|
|
Disable video4linux.
|
|
|
|
--- Setup_Unix.in.orig 2017-06-20 16:07:34.000000000 +0000
|
|
+++ Setup_Unix.in
|
|
@@ -1,2 +1,2 @@
|
|
#This file defines platform specific modules for linux
|
|
-_camera src/_camera.c src/camera_v4l2.c $(SDL) $(DEBUG)
|
|
+#_camera src/_camera.c src/camera_v4l2.c $(SDL) $(DEBUG)
|