package/linphone: port some stuff from mediastreamer
We need to add some dependencies formerly provided by the mediastreamer package, also add --disable-video to make clear that our linphone package lacks video support as stated in Config.in. Fixes http://autobuild.buildroot.net/results/45e/45e605de0488e9e961a536f4d232235c5282522b/ http://autobuild.buildroot.net/results/ed5/ed508ac3509be8c46670198da8eb0a2ba74835e6/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
7835a9857f
commit
f3492b28d8
@ -8,7 +8,7 @@ LINPHONE_VERSION_MAJOR = 3.6
|
||||
LINPHONE_VERSION = $(LINPHONE_VERSION_MAJOR).1
|
||||
LINPHONE_SITE = http://download-mirror.savannah.gnu.org/releases/linphone/$(LINPHONE_VERSION_MAJOR).x/sources
|
||||
LINPHONE_CONF_OPTS = \
|
||||
--disable-strict
|
||||
--disable-strict --disable-video
|
||||
# configure is out of sync causing deplibs linking issues
|
||||
LINPHONE_AUTORECONF = YES
|
||||
LINPHONE_INSTALL_STAGING = YES
|
||||
@ -34,6 +34,8 @@ LINPHONE_CONF_OPTS += --disable-gtk_ui
|
||||
endif
|
||||
|
||||
# needed for bundled mediastreamer2
|
||||
LINPHONE_DEPENDENCIES += host-intltool host-gettext
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBV4L),y)
|
||||
LINPHONE_CONF_OPTS += --enable-libv4l1 --enable-libv4l2
|
||||
LINPHONE_DEPENDENCIES += libv4l
|
||||
|
Loading…
Reference in New Issue
Block a user