forked from mirrors/linphone-iphone
Add gsm override for openembedded
This commit is contained in:
parent
908b70f585
commit
d6ef1b9395
3 changed files with 29 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ DEPENDS = "intltool readline libosip2 libexosip2 speex alsa-lib spandsp"
|
|||
DEPENDS_append_video = " libxv ffmpeg libv4l"
|
||||
DEPENDS_append_gtk = " gtk+"
|
||||
DEPENDS_${PN} = "intltool liblinphone"
|
||||
DEPENDS_${PN}_append_gsm = " libgsm"
|
||||
DEPENDS_${PN}_append_gtk = " gtk+"
|
||||
DEPENDS_${PN}_append_video = " libxv"
|
||||
DEPENDS_${PN}c = "liblinphone readline"
|
||||
|
|
|
|||
14
build/openembedded/linphone_+git-nogtk-gsm.bb
Normal file
14
build/openembedded/linphone_+git-nogtk-gsm.bb
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
## 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"
|
||||
|
||||
#PARALLEL_MAKE="V=1"
|
||||
|
||||
require linphone-common_git.inc
|
||||
14
build/openembedded/linphone_+local-nogtk-gsm.bb
Normal file
14
build/openembedded/linphone_+local-nogtk-gsm.bb
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
## 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"
|
||||
|
||||
#PARALLEL_MAKE="V=1"
|
||||
|
||||
require linphone-common_local.inc
|
||||
Loading…
Add table
Reference in a new issue