summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-accessibility/simon/files/simon-0.4.0-opencv.patch')
-rw-r--r--app-accessibility/simon/files/simon-0.4.0-opencv.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-accessibility/simon/files/simon-0.4.0-opencv.patch b/app-accessibility/simon/files/simon-0.4.0-opencv.patch
new file mode 100644
index 000000000000..bdd4581ceafd
--- /dev/null
+++ b/app-accessibility/simon/files/simon-0.4.0-opencv.patch
@@ -0,0 +1,11 @@
+--- simon-0.4.0/CMakeLists.txt
++++ simon-0.4.0/CMakeLists.txt
+@@ -68,7 +68,7 @@
+ "PocketSphinx is a small-footprint continuous speech recognition system"
+ "http://cmusphinx.sourceforge.net/" FALSE ""
+ "Required to build Pocket Sphinx backend")
+-find_package(OpenCV)
++macro_optional_find_package(OpenCV)
+ macro_log_feature(OpenCV_FOUND "OpenCV"
+ "OpenCV (Open Source Computer Vision) is a library of programming functions for real time computer vision" "http://http://opencv.willowgarage.com/"
+ FALSE "" "Required for Simon Vision")