Skip to content

Commit

Permalink
set poco as build requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Sep 28, 2024
1 parent ef479db commit c823bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/buildroot/package/openhd/openhd.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ OPENHD_INSTALL_TARGET = YES
OPENHD_CONF_OPTS = -DENABLE_USB_CAMERAS=OFF

# List of dependencies that must be built before OpenHD
OPENHD_DEPENDENCIES = libsodium gstreamer1 gst1-plugins-base libpcap host-pkgconf
OPENHD_DEPENDENCIES = libsodium gstreamer1 gst1-plugins-base libpcap host-pkgconf poco

# Use Buildroot's CMake package infrastructure to handle the build
$(eval $(cmake-package))

0 comments on commit c823bdd

Please sign in to comment.