Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 4d795067 authored by Thomas Moulard's avatar Thomas Moulard
Browse files

Disable OGER on FreeBSD

parent ffc7192e
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,8 @@ CONFIGURE_ARGS= \ ...@@ -43,6 +43,8 @@ CONFIGURE_ARGS= \
# dc1394, v4l and ois are only available on Linux. # dc1394, v4l and ois are only available on Linux.
ifneq ($(DEB_HOST_ARCH_OS),linux) ifneq ($(DEB_HOST_ARCH_OS),linux)
CONFIGURE_ARGS += -DUSE_DC1394_2=OFF -DUSE_V4L2:BOOL=OFF -DUSE_OIS=OFF CONFIGURE_ARGS += -DUSE_DC1394_2=OFF -DUSE_V4L2:BOOL=OFF -DUSE_OIS=OFF
# OGRE support triggers ICE on FreeBSD, disable for now.
CONFIGURE_ARGS += -DUSE_OGRE=OFF
else else
CONFIGURE_ARGS += -DUSE_DC1394_2=ON -DUSE_V4L2:BOOL=ON -DUSE_OIS=ON CONFIGURE_ARGS += -DUSE_DC1394_2=ON -DUSE_V4L2:BOOL=ON -DUSE_OIS=ON
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment