The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libnice / libnice.mk
1 ################################################################################
2 #
3 # libnice
4 #
5 ################################################################################
6
7 LIBNICE_VERSION = 0.1.8
8 LIBNICE_SITE = http://nice.freedesktop.org/releases
9 LIBNICE_LICENSE = MPLv1.1 or LGPLv2.1
10 LIBNICE_LICENSE_FILES = COPYING COPYING.MPL COPYING.LGPL
11 LIBNICE_DEPENDENCIES = libglib2 host-pkgconf
12 LIBNICE_INSTALL_STAGING = YES
13 LIBNICE_CONF_OPTS = \
14         --without-gstreamer \
15         --without-gstreamer-0.10 \
16
17 $(eval $(autotools-package))