mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-31 02:09:22 +00:00
Add video recipe for openembedded build
This commit is contained in:
parent
698bb3d082
commit
138ee7148b
2 changed files with 30 additions and 0 deletions
15
build/openembedded/linphone_+git-nogtk-gsm-video.bb
Normal file
15
build/openembedded/linphone_+git-nogtk-gsm-video.bb
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
## THIS unusable work in progress ##
|
||||
|
||||
DESCRIPTION = "Audio/video SIP-based IP phone (console edition)"
|
||||
HOMEPAGE = "http://www.linphone.org/?lang=us"
|
||||
LICENSE = "GPLv2"
|
||||
PR="r9"
|
||||
|
||||
DEFAULT_PREFERENCE = "3"
|
||||
OVERRIDES_append = ":console"
|
||||
OVERRIDES_append = ":gsm"
|
||||
OVERRIDES_append = ":video"
|
||||
|
||||
#PARALLEL_MAKE="V=1"
|
||||
|
||||
require linphone-common_git.inc
|
||||
15
build/openembedded/linphone_+local-nogtk-gsm-video.bb
Normal file
15
build/openembedded/linphone_+local-nogtk-gsm-video.bb
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
## THIS unusable work in progress ##
|
||||
|
||||
DESCRIPTION = "Audio/video SIP-based IP phone (console edition)"
|
||||
HOMEPAGE = "http://www.linphone.org/?lang=us"
|
||||
LICENSE = "GPLv2"
|
||||
PR="r9"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
OVERRIDES_append = ":console"
|
||||
OVERRIDES_append = ":gsm"
|
||||
OVERRIDES_append = ":video"
|
||||
|
||||
#PARALLEL_MAKE="V=1"
|
||||
|
||||
require linphone-common_local.inc
|
||||
Loading…
Add table
Reference in a new issue