mesa3d-headers: remove installation of OpenVG headers
[buildroot-gz.git] / package / libnice / libnice.mk
blob3df596a8678b02f896cafbde3e7ccd079bef6242
1 ################################################################################
3 # libnice
5 ################################################################################
7 LIBNICE_VERSION = 0.1.13
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 # For 0001-configure-Fix-configure-failure-when-building-without-.patch
14 LIBNICE_AUTORECONF = YES
15 LIBNICE_CONF_OPTS = \
16 --without-gstreamer \
17 --without-gstreamer-0.10 \
19 $(eval $(autotools-package))