Lines Matching +full:can +full:- +full:disable
8 SPICE_SOURCE = spice-$(SPICE_VERSION).tar.bz2
9 SPICE_SITE = http://www.spice-space.org/download/releases/spice-server
10 SPICE_LICENSE = LGPL-2.1+
15 host-pkgconf \
20 spice-protocol
22 # We disable everything for now, because the dependency tree can become
25 --disable-gstreamer \
26 --disable-opengl \
27 --disable-smartcard \
28 --without-sasl \
29 --disable-manual \
30 --disable-tests
32 SPICE_DEPENDENCIES += host-pkgconf
35 SPICE_CONF_OPTS += --enable-lz4
38 SPICE_CONF_OPTS += --disable-lz4
42 SPICE_CONF_OPTS += --enable-opus
45 SPICE_CONF_OPTS += --disable-opus
49 # it should link against libz and libjpeg. libz is pkg-config-aware, while
50 # libjpeg isn't, hence the two-line tweak
52 $(SED) 's/^\(Requires.private:.*\)$$/\1 zlib/; s/^\(Libs.private:.*\)$$/\1 -ljpeg/;' \
53 "$(STAGING_DIR)/usr/lib/pkgconfig/spice-server.pc"
57 # It is currently not possible to detect if stack-protection is available
59 # C library, but the C library (eg. uClibc) can be compiled without that
60 # support, even if gcc accepts the -fstack-protector-all option.
61 # spice's ./configure only checks for gcc's -fstack-protector-all option,
66 # So, we simply disable it for now. After all, as uClibc's help puts it:
72 $(eval $(autotools-package))