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 29, 2024
1 parent 9284513 commit e1c12a7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions external/buildroot/package/openhd/openhd.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,5 @@ 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 poco

# Define the CMake build commands to correctly set Poco_DIR or CMAKE_PREFIX_PATH
define OPENHD_BUILD_CMDS
$(TARGET_CONFIGURE_OPTS) \
cmake -DCMAKE_INSTALL_PREFIX=$(TARGET_DIR) \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_PREFIX_PATH=$(STAGING_DIR)/usr/lib/cmake/poco-1.10.1 \
$(OPENHD_CONF_OPTS) \
$(@D)
endef


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

0 comments on commit e1c12a7

Please sign in to comment.