Skip to content

Commit

Permalink
Update openhd.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Oct 3, 2024
1 parent 6f1cc97 commit a1ed809
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion external/buildroot/package/openhd/openhd.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
OPENHD_SITE = https://github.com/raphaelscholle/OpenHD.git
OPENHD_SITE_METHOD = git
OPENHD_GIT_SUBMODULES = YES
OPENHD_VERSION = 94c753c87172fb273e7483b670a629d585aff60b

# Enable Git submodules if the project requires them
OPENHD_GIT_SUBMODULES = YES
Expand All @@ -26,4 +27,4 @@ OPENHD_CONF_OPTS = -DENABLE_USB_CAMERAS=OFF
OPENHD_DEPENDENCIES = libsodium gstreamer1 gst1-plugins-base libpcap host-pkgconf poco

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

0 comments on commit a1ed809

Please sign in to comment.