Commit 33d1eb2 1 parent 20f28f0 commit 33d1eb2 Copy full SHA for 33d1eb2
File tree 2 files changed +28
-0
lines changed
external/buildroot/package/openhd
2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ config BR2_PACKAGE_OPENHD
2
+ bool "openhd"
3
+ select BR2_PACKAGE_LIBPCAP
4
+ select BR2_PACKAGE_LIBSODIUM
5
+ select BR2_PACKAGE_GSTREAMER1
6
+ select BR2_PACKAGE_GST1_PLUGINS_BASE
7
+ select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_APP
8
+
9
+ help
10
+ OpenHD package
Original file line number Diff line number Diff line change
1
+ ################################################################################
2
+ #
3
+ # OpenHD
4
+ #
5
+ ################################################################################
6
+ OPENHD_SITE = https://github.com/OpenHD/OpenHD
7
+ OPENHD_SITE_METHOD = git
8
+ OPENHD_GIT_SUBMODULES = YES
9
+ OPENHD_VERSION = {{VERSION}}
10
+ OPENHD_SUBDIR = OpenHD
11
+
12
+ OPENHD_INSTALL_STAGING = NO
13
+ OPENHD_INSTALL_TARGET = YES
14
+
15
+ OPENHD_CONF_OPTS = -DENABLE_USB_CAMERAS=OFF
16
+ OPENHD_DEPENDENCIES = libsodium gstreamer1 gst1-plugins-base libpcap host-pkgconf
17
+ $(eval $(cmake-package))
18
+
You can’t perform that action at this time.
0 commit comments