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 13, 2024
1 parent 8107806 commit b671894
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions external/buildroot/package/openhd/openhd.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,8 @@ OPENHD_DEPENDENCIES = poco libsodium gstreamer1 gst1-plugins-base libpcap host-p

# Additional configuration options for the CMake build
OPENHD_CONF_OPTS = \
-DENABLE_USB_CAMERAS=OFF \
-DCMAKE_TOOLCHAIN_FILE=$(BR2_TOOLCHAIN_FILE) \
-DCMAKE_SYSROOT=$(STAGING_DIR) \
-DCMAKE_PREFIX_PATH=$(STAGING_DIR)/usr \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DPoco_DIR=$(STAGING_DIR)/usr/lib/cmake/Poco \
-DPCAP_LIBRARY=$(STAGING_DIR)/usr/lib/libpcap.so \
-DPCAP_INCLUDE_DIR=$(STAGING_DIR)/usr/include

-DENABLE_USB_CAMERAS=OFF

# Print the staging directory
$(info The Staging Directory is: $(STAGING_DIR))

Expand Down

0 comments on commit b671894

Please sign in to comment.