http://www.vips.ecs.soton.ac.uk/
comment "libvips needs a toolchain w/ wchar, threads, C++"
- depends on BR2_USE_MMU
- depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
+ depends on BR2_USE_MMU
+ depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
!BR2_INSTALL_LIBSTDCPP
The OpenJPEG library is an open-source JPEG 2000 codec
written in C.
- http://www.openjpeg.org
+ http://www.openjpeg.org
depends on BR2_i386 || BR2_x86_64
depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
- !BR2_TOOLCHAIN_HAS_NATIVE_RPC || !BR2_ENABLE_LOCALE
+ !BR2_TOOLCHAIN_HAS_NATIVE_RPC || !BR2_ENABLE_LOCALE
if BR2_PACKAGE_QT_WEBKIT_KIOSK
config BR2_PACKAGE_QT_WEBKIT_KIOSK_SOUNDS
- bool "Install browser sound files"
- help
- Deploy browser sound files on target
+ bool "Install browser sound files"
+ help
+ Deploy browser sound files on target
endif
ifeq ($(BR2_PACKAGE_QT_X11),y)
QT_DEPENDENCIES += fontconfig xlib_libXi xlib_libX11 xlib_libXrender \
- xlib_libXcursor xlib_libXrandr xlib_libXext xlib_libXv
+ xlib_libXcursor xlib_libXrandr xlib_libXext xlib_libXv
# Using pkg-config avoids us some logic to redefine and sed again mkspecs files
# to add X11 include path and link options
QT_CFLAGS += $(shell $(PKG_CONFIG_HOST_BINARY) --cflags x11)
checks on an SELinux policy.
* sediff - semantic policy difference tool for SELinux.
* secmds - command-line tools to analyze and search SELinux
- policy.
+ policy.
comment "setools needs a toolchain w/ threads, C++, dynamic library"
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS \
comment "uClibc Options"
config BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS
- bool
+ bool
config BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS_OLD
- bool
+ bool
config BR2_UCLIBC_VERSION_SUPPORTS_NPTL
- bool
+ bool
choice
prompt "uClibc C library Version"