Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 34682c4

Browse files
committed
fixed build dependency
1 parent a73767a commit 34682c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libsrc/grabber/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ if (ENABLE_DISPMANX)
22
add_subdirectory(dispmanx)
33
endif (ENABLE_DISPMANX)
44

5+
if (ENABLE_FB)
6+
add_subdirectory(framebuffer)
7+
endif (ENABLE_FB)
8+
59
if (ENABLE_V4L2)
610
add_subdirectory(v4l2)
711
endif (ENABLE_V4L2)

0 commit comments

Comments
 (0)