mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package: indentation cleanup
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
0767b48c21
commit
d98eed3222
@ -17,6 +17,6 @@ config BR2_PACKAGE_LIBVIPS
|
|||||||
http://www.vips.ecs.soton.ac.uk/
|
http://www.vips.ecs.soton.ac.uk/
|
||||||
|
|
||||||
comment "libvips needs a toolchain w/ wchar, threads, C++"
|
comment "libvips needs a toolchain w/ wchar, threads, C++"
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
|
||||||
!BR2_INSTALL_LIBSTDCPP
|
!BR2_INSTALL_LIBSTDCPP
|
||||||
|
@ -4,4 +4,4 @@ config BR2_PACKAGE_OPENJPEG
|
|||||||
The OpenJPEG library is an open-source JPEG 2000 codec
|
The OpenJPEG library is an open-source JPEG 2000 codec
|
||||||
written in C.
|
written in C.
|
||||||
|
|
||||||
http://www.openjpeg.org
|
http://www.openjpeg.org
|
||||||
|
@ -48,4 +48,4 @@ comment "openvmtools needs a toolchain w/ wchar, threads, RPC, locale"
|
|||||||
depends on BR2_i386 || BR2_x86_64
|
depends on BR2_i386 || BR2_x86_64
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
|
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
|
||||||
|
@ -16,8 +16,8 @@ config BR2_PACKAGE_QT_WEBKIT_KIOSK
|
|||||||
if BR2_PACKAGE_QT_WEBKIT_KIOSK
|
if BR2_PACKAGE_QT_WEBKIT_KIOSK
|
||||||
|
|
||||||
config BR2_PACKAGE_QT_WEBKIT_KIOSK_SOUNDS
|
config BR2_PACKAGE_QT_WEBKIT_KIOSK_SOUNDS
|
||||||
bool "Install browser sound files"
|
bool "Install browser sound files"
|
||||||
help
|
help
|
||||||
Deploy browser sound files on target
|
Deploy browser sound files on target
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@ -227,7 +227,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_QT_X11),y)
|
ifeq ($(BR2_PACKAGE_QT_X11),y)
|
||||||
QT_DEPENDENCIES += fontconfig xlib_libXi xlib_libX11 xlib_libXrender \
|
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
|
# Using pkg-config avoids us some logic to redefine and sed again mkspecs files
|
||||||
# to add X11 include path and link options
|
# to add X11 include path and link options
|
||||||
QT_CFLAGS += $(shell $(PKG_CONFIG_HOST_BINARY) --cflags x11)
|
QT_CFLAGS += $(shell $(PKG_CONFIG_HOST_BINARY) --cflags x11)
|
||||||
|
@ -18,7 +18,7 @@ config BR2_PACKAGE_SETOOLS
|
|||||||
checks on an SELinux policy.
|
checks on an SELinux policy.
|
||||||
* sediff - semantic policy difference tool for SELinux.
|
* sediff - semantic policy difference tool for SELinux.
|
||||||
* secmds - command-line tools to analyze and search SELinux
|
* secmds - command-line tools to analyze and search SELinux
|
||||||
policy.
|
policy.
|
||||||
|
|
||||||
comment "setools needs a toolchain w/ threads, C++, dynamic library"
|
comment "setools needs a toolchain w/ threads, C++, dynamic library"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS \
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS \
|
||||||
|
@ -8,13 +8,13 @@ config BR2_PACKAGE_UCLIBC
|
|||||||
comment "uClibc Options"
|
comment "uClibc Options"
|
||||||
|
|
||||||
config BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS
|
config BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS_OLD
|
config BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS_OLD
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config BR2_UCLIBC_VERSION_SUPPORTS_NPTL
|
config BR2_UCLIBC_VERSION_SUPPORTS_NPTL
|
||||||
bool
|
bool
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "uClibc C library Version"
|
prompt "uClibc C library Version"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user