[Vm-dev] [commit] r2571 - disable plugin unless videodev.h available

commits at squeakvm.org commits at squeakvm.org
Mon Jul 30 20:51:55 UTC 2012


Author: piumarta
Date: 2012-07-30 13:51:54 -0700 (Mon, 30 Jul 2012)
New Revision: 2571

Added:
   trunk/platforms/unix/plugins/VideoForLinuxPlugin/config.cmake
Log:
disable plugin unless videodev.h available

Added: trunk/platforms/unix/plugins/VideoForLinuxPlugin/config.cmake
===================================================================
--- trunk/platforms/unix/plugins/VideoForLinuxPlugin/config.cmake	                        (rev 0)
+++ trunk/platforms/unix/plugins/VideoForLinuxPlugin/config.cmake	2012-07-30 20:51:54 UTC (rev 2571)
@@ -0,0 +1,3 @@
+PLUGIN_REQUIRE_INCLUDE(V4L linux/videodev.h /usr/include)
+
+



More information about the Vm-dev mailing list