Skip to content

Commit

Permalink
Update openhd.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Sep 28, 2024
1 parent 9ff99b1 commit 453405a
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion external/buildroot/package/openhd/openhd.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,30 @@
# OpenHD
#
################################################################################
OPENHD_SITE = https://github.com/OpenHD/OpenHD

# The Git repository from which to clone the source code
OPENHD_SITE = https://github.com/OpenHD/OpenHD.git
OPENHD_SITE_METHOD = git
OPENHD_GIT_SUBMODULES = YES

# The specific commit or tag to checkout
OPENHD_VERSION = fbb6ed1ffe00b66e1d32fd9c9b5830b84d3a9c4b

# Enable Git submodules if the project requires them
OPENHD_GIT_SUBMODULES = YES

# Subdirectory inside the Git repo, if needed (if OpenHD is not in the root)
OPENHD_SUBDIR = OpenHD

# No need to install to the staging directory, only target
OPENHD_INSTALL_STAGING = NO
OPENHD_INSTALL_TARGET = YES

# Additional configuration options for the CMake build
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

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

0 comments on commit 453405a

Please sign in to comment.