mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
package/l*/Config.in: fix ordering of statements
The check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter l in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
6acd0a542e
commit
190b2b409c
@ -15,7 +15,7 @@ config BR2_PACKAGE_LAPACK
|
|||||||
|
|
||||||
config BR2_PACKAGE_LAPACK_COMPLEX
|
config BR2_PACKAGE_LAPACK_COMPLEX
|
||||||
bool "Complex/Complex16 support"
|
bool "Complex/Complex16 support"
|
||||||
depends on BR2_PACKAGE_LAPACK
|
|
||||||
default y
|
default y
|
||||||
|
depends on BR2_PACKAGE_LAPACK
|
||||||
help
|
help
|
||||||
Builds support for COMPLEX and COMPLEX16 data types.
|
Builds support for COMPLEX and COMPLEX16 data types.
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
config BR2_PACKAGE_LESSTIF
|
config BR2_PACKAGE_LESSTIF
|
||||||
bool "lesstif"
|
bool "lesstif"
|
||||||
|
depends on BR2_USE_MMU # fork()
|
||||||
depends on BR2_PACKAGE_XORG7
|
depends on BR2_PACKAGE_XORG7
|
||||||
select BR2_PACKAGE_XLIB_LIBXT
|
select BR2_PACKAGE_XLIB_LIBXT
|
||||||
select BR2_PACKAGE_XLIB_LIBXEXT
|
select BR2_PACKAGE_XLIB_LIBXEXT
|
||||||
select BR2_PACKAGE_FREETYPE
|
select BR2_PACKAGE_FREETYPE
|
||||||
depends on BR2_USE_MMU # fork()
|
|
||||||
help
|
help
|
||||||
lesstif is the Hungry Programmers' version of OSF/Motif
|
lesstif is the Hungry Programmers' version of OSF/Motif
|
||||||
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
config BR2_PACKAGE_LIBCROCO
|
config BR2_PACKAGE_LIBCROCO
|
||||||
bool "libcroco"
|
bool "libcroco"
|
||||||
select BR2_PACKAGE_LIBXML2
|
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
|
||||||
depends on BR2_USE_WCHAR # glib2
|
depends on BR2_USE_WCHAR # glib2
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
||||||
depends on BR2_USE_MMU # glib2
|
depends on BR2_USE_MMU # glib2
|
||||||
|
select BR2_PACKAGE_LIBXML2
|
||||||
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
help
|
help
|
||||||
Libcroco is a standalone css2 parsing and manipulation
|
Libcroco is a standalone css2 parsing and manipulation
|
||||||
library. The parser provides a low level event driven SAC
|
library. The parser provides a low level event driven SAC
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
config BR2_PACKAGE_LIBDRI2
|
config BR2_PACKAGE_LIBDRI2
|
||||||
bool "libdri2"
|
bool "libdri2"
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libdrm
|
||||||
|
depends on BR2_PACKAGE_XORG7
|
||||||
select BR2_PACKAGE_LIBDRM
|
select BR2_PACKAGE_LIBDRM
|
||||||
select BR2_PACKAGE_XLIB_LIBXDAMAGE
|
select BR2_PACKAGE_XLIB_LIBXDAMAGE
|
||||||
select BR2_PACKAGE_XLIB_LIBXEXT
|
select BR2_PACKAGE_XLIB_LIBXEXT
|
||||||
select BR2_PACKAGE_XPROTO_DRI2PROTO
|
select BR2_PACKAGE_XPROTO_DRI2PROTO
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libdrm
|
|
||||||
depends on BR2_PACKAGE_XORG7
|
|
||||||
help
|
help
|
||||||
Library for the DRI2 extension to the X Window System.
|
Library for the DRI2 extension to the X Window System.
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
menuconfig BR2_PACKAGE_LIBDRM
|
menuconfig BR2_PACKAGE_LIBDRM
|
||||||
bool "libdrm"
|
bool "libdrm"
|
||||||
select BR2_PACKAGE_LIBPTHREAD_STUBS
|
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libpthread-stubs
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libpthread-stubs
|
||||||
|
select BR2_PACKAGE_LIBPTHREAD_STUBS
|
||||||
help
|
help
|
||||||
Direct Rendering Manager
|
Direct Rendering Manager
|
||||||
|
|
||||||
@ -20,10 +20,10 @@ config BR2_PACKAGE_LIBDRM_ENABLE_ATOMIC
|
|||||||
|
|
||||||
config BR2_PACKAGE_LIBDRM_INTEL
|
config BR2_PACKAGE_LIBDRM_INTEL
|
||||||
bool "intel"
|
bool "intel"
|
||||||
select BR2_PACKAGE_LIBPCIACCESS
|
|
||||||
depends on BR2_i386 || BR2_x86_64
|
depends on BR2_i386 || BR2_x86_64
|
||||||
depends on BR2_PACKAGE_LIBDRM_HAS_ATOMIC
|
depends on BR2_PACKAGE_LIBDRM_HAS_ATOMIC
|
||||||
select BR2_PACKAGE_LIBDRM_ENABLE_ATOMIC
|
select BR2_PACKAGE_LIBDRM_ENABLE_ATOMIC
|
||||||
|
select BR2_PACKAGE_LIBPCIACCESS
|
||||||
help
|
help
|
||||||
Install intel graphics driver.
|
Install intel graphics driver.
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_LIBEPOXY
|
config BR2_PACKAGE_LIBEPOXY
|
||||||
bool "libepoxy"
|
bool "libepoxy"
|
||||||
select BR2_PACKAGE_XUTIL_UTIL_MACROS
|
|
||||||
depends on BR2_PACKAGE_HAS_LIBEGL || BR2_PACKAGE_HAS_LIBGL
|
depends on BR2_PACKAGE_HAS_LIBEGL || BR2_PACKAGE_HAS_LIBGL
|
||||||
|
select BR2_PACKAGE_XUTIL_UTIL_MACROS
|
||||||
help
|
help
|
||||||
Epoxy is a library for handling OpenGL function pointer
|
Epoxy is a library for handling OpenGL function pointer
|
||||||
management for you.
|
management for you.
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
config BR2_PACKAGE_LIBFM_EXTRA
|
config BR2_PACKAGE_LIBFM_EXTRA
|
||||||
bool "libfm-extra"
|
bool "libfm-extra"
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
|
||||||
depends on BR2_USE_WCHAR # libglib2
|
depends on BR2_USE_WCHAR # libglib2
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
||||||
depends on BR2_USE_MMU # libglib2
|
depends on BR2_USE_MMU # libglib2
|
||||||
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
help
|
help
|
||||||
The libfm-extra package contains a library and other files
|
The libfm-extra package contains a library and other files
|
||||||
required by menu-cache-gen libexec of menu-cache
|
required by menu-cache-gen libexec of menu-cache
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
config BR2_PACKAGE_LIBFM
|
config BR2_PACKAGE_LIBFM
|
||||||
bool "libfm"
|
bool "libfm"
|
||||||
select BR2_PACKAGE_MENU_CACHE
|
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
|
||||||
select BR2_PACKAGE_LIBGTK2 if !BR2_PACKAGE_LIBGTK3_X11
|
|
||||||
select BR2_PACKAGE_CAIRO
|
|
||||||
depends on BR2_PACKAGE_XORG7
|
depends on BR2_PACKAGE_XORG7
|
||||||
depends on BR2_USE_WCHAR # libglib2
|
depends on BR2_USE_WCHAR # libglib2
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
||||||
depends on BR2_USE_MMU # libglib2
|
depends on BR2_USE_MMU # libglib2
|
||||||
depends on BR2_INSTALL_LIBSTDCPP # libgtk2
|
depends on BR2_INSTALL_LIBSTDCPP # libgtk2
|
||||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libgtk2 -> pango -> harfbuzz
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libgtk2 -> pango -> harfbuzz
|
||||||
|
select BR2_PACKAGE_CAIRO
|
||||||
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
|
select BR2_PACKAGE_LIBGTK2 if !BR2_PACKAGE_LIBGTK3_X11
|
||||||
|
select BR2_PACKAGE_MENU_CACHE
|
||||||
help
|
help
|
||||||
A glib/gio-based library providing some file management
|
A glib/gio-based library providing some file management
|
||||||
utilities and related-widgets missing in gtk+/glib. This is
|
utilities and related-widgets missing in gtk+/glib. This is
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
config BR2_PACKAGE_LIBFREEGLUT
|
config BR2_PACKAGE_LIBFREEGLUT
|
||||||
bool "libfreeglut"
|
bool "libfreeglut"
|
||||||
|
depends on BR2_PACKAGE_HAS_LIBGL
|
||||||
|
depends on BR2_PACKAGE_XORG7
|
||||||
select BR2_PACKAGE_LIBGLU
|
select BR2_PACKAGE_LIBGLU
|
||||||
select BR2_PACKAGE_XLIB_LIBXI
|
select BR2_PACKAGE_XLIB_LIBXI
|
||||||
select BR2_PACKAGE_XLIB_LIBXRANDR
|
select BR2_PACKAGE_XLIB_LIBXRANDR
|
||||||
select BR2_PACKAGE_XLIB_LIBXXF86VM
|
select BR2_PACKAGE_XLIB_LIBXXF86VM
|
||||||
depends on BR2_PACKAGE_HAS_LIBGL
|
|
||||||
depends on BR2_PACKAGE_XORG7
|
|
||||||
help
|
help
|
||||||
FreeGLUT is a free-software/open-source alternative to the
|
FreeGLUT is a free-software/open-source alternative to the
|
||||||
OpenGL Utility Toolkit (GLUT) library. GLUT (and hence
|
OpenGL Utility Toolkit (GLUT) library. GLUT (and hence
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_LIBFTDI1
|
config BR2_PACKAGE_LIBFTDI1
|
||||||
bool "libftdi1"
|
bool "libftdi1"
|
||||||
select BR2_PACKAGE_LIBUSB
|
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
|
||||||
|
select BR2_PACKAGE_LIBUSB
|
||||||
help
|
help
|
||||||
Userspace access to FTDI USB interface chips (version 1.x)
|
Userspace access to FTDI USB interface chips (version 1.x)
|
||||||
|
|
||||||
@ -11,10 +11,10 @@ if BR2_PACKAGE_LIBFTDI1
|
|||||||
|
|
||||||
config BR2_PACKAGE_LIBFTDI1_LIBFTDIPP1
|
config BR2_PACKAGE_LIBFTDI1_LIBFTDIPP1
|
||||||
bool "libftdipp1"
|
bool "libftdipp1"
|
||||||
select BR2_PACKAGE_BOOST
|
|
||||||
depends on BR2_INSTALL_LIBSTDCPP # boost
|
depends on BR2_INSTALL_LIBSTDCPP # boost
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # boost
|
depends on BR2_TOOLCHAIN_HAS_THREADS # boost
|
||||||
depends on BR2_USE_WCHAR # boost
|
depends on BR2_USE_WCHAR # boost
|
||||||
|
select BR2_PACKAGE_BOOST
|
||||||
help
|
help
|
||||||
C++ bindings for libftdi
|
C++ bindings for libftdi
|
||||||
|
|
||||||
@ -28,8 +28,8 @@ config BR2_PACKAGE_LIBFTDI1_PYTHON_BINDINGS
|
|||||||
Python bindings for libftdi
|
Python bindings for libftdi
|
||||||
|
|
||||||
config BR2_PACKAGE_LIBFTDI1_FDTI_EEPROM
|
config BR2_PACKAGE_LIBFTDI1_FDTI_EEPROM
|
||||||
select BR2_PACKAGE_LIBCONFUSE
|
|
||||||
bool "ftdi_eeprom tool"
|
bool "ftdi_eeprom tool"
|
||||||
|
select BR2_PACKAGE_LIBCONFUSE
|
||||||
|
|
||||||
endif # BR2_PACKAGE_LIBFTDI1
|
endif # BR2_PACKAGE_LIBFTDI1
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
config BR2_PACKAGE_LIBGDIPLUS
|
config BR2_PACKAGE_LIBGDIPLUS
|
||||||
bool "libgdiplus"
|
bool "libgdiplus"
|
||||||
select BR2_PACKAGE_XLIB_LIBXFT
|
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
|
||||||
select BR2_PACKAGE_CAIRO
|
|
||||||
select BR2_PACKAGE_LIBPNG
|
|
||||||
depends on BR2_PACKAGE_XORG7
|
depends on BR2_PACKAGE_XORG7
|
||||||
depends on BR2_USE_WCHAR # libglib2 -> gettext
|
depends on BR2_USE_WCHAR # libglib2 -> gettext
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
||||||
depends on BR2_USE_MMU # libglib2
|
depends on BR2_USE_MMU # libglib2
|
||||||
|
select BR2_PACKAGE_XLIB_LIBXFT
|
||||||
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
|
select BR2_PACKAGE_CAIRO
|
||||||
|
select BR2_PACKAGE_LIBPNG
|
||||||
help
|
help
|
||||||
An Open Source implementation of the GDI+ API.
|
An Open Source implementation of the GDI+ API.
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
config BR2_PACKAGE_LIBGLIB2
|
config BR2_PACKAGE_LIBGLIB2
|
||||||
bool "libglib2"
|
bool "libglib2"
|
||||||
|
depends on BR2_USE_WCHAR # gettext
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
depends on BR2_USE_MMU # fork()
|
||||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
|
||||||
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
||||||
select BR2_PACKAGE_LIBFFI
|
select BR2_PACKAGE_LIBFFI
|
||||||
@ -8,9 +11,6 @@ config BR2_PACKAGE_LIBGLIB2
|
|||||||
select BR2_PACKAGE_UTIL_LINUX
|
select BR2_PACKAGE_UTIL_LINUX
|
||||||
select BR2_PACKAGE_UTIL_LINUX_LIBMOUNT
|
select BR2_PACKAGE_UTIL_LINUX_LIBMOUNT
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
depends on BR2_USE_WCHAR # gettext
|
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
||||||
depends on BR2_USE_MMU # fork()
|
|
||||||
help
|
help
|
||||||
Low-level core library that forms the basis of GTK+ and GNOME.
|
Low-level core library that forms the basis of GTK+ and GNOME.
|
||||||
|
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
config BR2_PACKAGE_LIBGTK2
|
config BR2_PACKAGE_LIBGTK2
|
||||||
bool "libgtk2"
|
bool "libgtk2"
|
||||||
|
depends on BR2_PACKAGE_XORG7
|
||||||
|
depends on BR2_USE_WCHAR # glib2
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
||||||
|
depends on BR2_USE_MMU # glib2
|
||||||
|
depends on BR2_INSTALL_LIBSTDCPP # pango
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # pango -> harfbuzz
|
||||||
select BR2_PACKAGE_ATK
|
select BR2_PACKAGE_ATK
|
||||||
select BR2_PACKAGE_CAIRO
|
select BR2_PACKAGE_CAIRO
|
||||||
select BR2_PACKAGE_CAIRO_PS
|
select BR2_PACKAGE_CAIRO_PS
|
||||||
@ -12,12 +18,6 @@ config BR2_PACKAGE_LIBGTK2
|
|||||||
select BR2_PACKAGE_XLIB_LIBX11
|
select BR2_PACKAGE_XLIB_LIBX11
|
||||||
select BR2_PACKAGE_XLIB_LIBXEXT
|
select BR2_PACKAGE_XLIB_LIBXEXT
|
||||||
select BR2_PACKAGE_XLIB_LIBXRENDER
|
select BR2_PACKAGE_XLIB_LIBXRENDER
|
||||||
depends on BR2_PACKAGE_XORG7
|
|
||||||
depends on BR2_USE_WCHAR # glib2
|
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
|
||||||
depends on BR2_USE_MMU # glib2
|
|
||||||
depends on BR2_INSTALL_LIBSTDCPP # pango
|
|
||||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # pango -> harfbuzz
|
|
||||||
help
|
help
|
||||||
The GTK+ version 2 graphical user interface library
|
The GTK+ version 2 graphical user interface library
|
||||||
|
|
||||||
|
@ -12,6 +12,13 @@ comment "libgtk3 needs an OpenGL or an OpenGL-EGL/wayland backend"
|
|||||||
|
|
||||||
config BR2_PACKAGE_LIBGTK3
|
config BR2_PACKAGE_LIBGTK3
|
||||||
bool "libgtk3"
|
bool "libgtk3"
|
||||||
|
depends on BR2_USE_WCHAR # glib2
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
||||||
|
depends on BR2_USE_MMU # glib2
|
||||||
|
depends on BR2_INSTALL_LIBSTDCPP # pango
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # pango -> harfbuzz
|
||||||
|
depends on BR2_PACKAGE_HAS_LIBEGL_WAYLAND || \
|
||||||
|
BR2_PACKAGE_HAS_LIBGL
|
||||||
select BR2_PACKAGE_ATK
|
select BR2_PACKAGE_ATK
|
||||||
select BR2_PACKAGE_CAIRO
|
select BR2_PACKAGE_CAIRO
|
||||||
select BR2_PACKAGE_CAIRO_PS
|
select BR2_PACKAGE_CAIRO_PS
|
||||||
@ -24,13 +31,6 @@ config BR2_PACKAGE_LIBGTK3
|
|||||||
# At least one backend is required
|
# At least one backend is required
|
||||||
select BR2_PACKAGE_LIBGTK3_BROADWAY if \
|
select BR2_PACKAGE_LIBGTK3_BROADWAY if \
|
||||||
!(BR2_PACKAGE_LIBGTK3_X11 || BR2_PACKAGE_LIBGTK3_WAYLAND)
|
!(BR2_PACKAGE_LIBGTK3_X11 || BR2_PACKAGE_LIBGTK3_WAYLAND)
|
||||||
depends on BR2_USE_WCHAR # glib2
|
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
|
||||||
depends on BR2_USE_MMU # glib2
|
|
||||||
depends on BR2_INSTALL_LIBSTDCPP # pango
|
|
||||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # pango -> harfbuzz
|
|
||||||
depends on BR2_PACKAGE_HAS_LIBEGL_WAYLAND || \
|
|
||||||
BR2_PACKAGE_HAS_LIBGL
|
|
||||||
help
|
help
|
||||||
The GTK+ version 3 graphical user interface library
|
The GTK+ version 3 graphical user interface library
|
||||||
|
|
||||||
|
@ -17,24 +17,24 @@ config BR2_PACKAGE_LIBIIO_LOCAL_BACKEND
|
|||||||
|
|
||||||
config BR2_PACKAGE_LIBIIO_XML_BACKEND
|
config BR2_PACKAGE_LIBIIO_XML_BACKEND
|
||||||
bool "XML backend"
|
bool "XML backend"
|
||||||
select BR2_PACKAGE_LIBXML2
|
|
||||||
default y
|
default y
|
||||||
|
select BR2_PACKAGE_LIBXML2
|
||||||
help
|
help
|
||||||
Enable the XML backend of the library.
|
Enable the XML backend of the library.
|
||||||
|
|
||||||
config BR2_PACKAGE_LIBIIO_NETWORK_BACKEND
|
config BR2_PACKAGE_LIBIIO_NETWORK_BACKEND
|
||||||
bool "Network backend"
|
bool "Network backend"
|
||||||
select BR2_PACKAGE_LIBIIO_XML_BACKEND
|
|
||||||
default y
|
default y
|
||||||
|
select BR2_PACKAGE_LIBIIO_XML_BACKEND
|
||||||
help
|
help
|
||||||
Enable the network backend of the library.
|
Enable the network backend of the library.
|
||||||
|
|
||||||
config BR2_PACKAGE_LIBIIO_USB_BACKEND
|
config BR2_PACKAGE_LIBIIO_USB_BACKEND
|
||||||
bool "USB backend"
|
bool "USB backend"
|
||||||
|
default y
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # from libusb
|
depends on BR2_TOOLCHAIN_HAS_THREADS # from libusb
|
||||||
select BR2_PACKAGE_LIBIIO_XML_BACKEND
|
select BR2_PACKAGE_LIBIIO_XML_BACKEND
|
||||||
select BR2_PACKAGE_LIBUSB
|
select BR2_PACKAGE_LIBUSB
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
Enable the USB backend of the library.
|
Enable the USB backend of the library.
|
||||||
|
|
||||||
@ -43,18 +43,18 @@ comment "The USB backend needs a toolchain w/ threads"
|
|||||||
|
|
||||||
config BR2_PACKAGE_LIBIIO_SERIAL_BACKEND
|
config BR2_PACKAGE_LIBIIO_SERIAL_BACKEND
|
||||||
bool "Serial backend"
|
bool "Serial backend"
|
||||||
|
default y
|
||||||
select BR2_PACKAGE_LIBIIO_XML_BACKEND
|
select BR2_PACKAGE_LIBIIO_XML_BACKEND
|
||||||
select BR2_PACKAGE_LIBSERIALPORT
|
select BR2_PACKAGE_LIBSERIALPORT
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
Enable the serial backend of the library.
|
Enable the serial backend of the library.
|
||||||
|
|
||||||
config BR2_PACKAGE_LIBIIO_IIOD
|
config BR2_PACKAGE_LIBIIO_IIOD
|
||||||
bool "IIO Daemon"
|
bool "IIO Daemon"
|
||||||
select BR2_PACKAGE_LIBIIO_LOCAL_BACKEND
|
default y
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
depends on !BR2_bfin
|
depends on !BR2_bfin
|
||||||
default y
|
select BR2_PACKAGE_LIBIIO_LOCAL_BACKEND
|
||||||
help
|
help
|
||||||
Install the IIO Daemon.
|
Install the IIO Daemon.
|
||||||
|
|
||||||
|
@ -37,9 +37,9 @@ config BR2_PACKAGE_LIBMAD_SSO
|
|||||||
|
|
||||||
config BR2_PACKAGE_LIBMAD_ASO
|
config BR2_PACKAGE_LIBMAD_ASO
|
||||||
bool "Architecture-specific optimizations"
|
bool "Architecture-specific optimizations"
|
||||||
|
default y
|
||||||
# arm optimization needs classic arm instructions support
|
# arm optimization needs classic arm instructions support
|
||||||
depends on !(BR2_arm && !BR2_ARM_CPU_HAS_ARM)
|
depends on !(BR2_arm && !BR2_ARM_CPU_HAS_ARM)
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
Use certain architecture-specific optimizations.
|
Use certain architecture-specific optimizations.
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
config BR2_PACKAGE_LIBMATROSKA
|
config BR2_PACKAGE_LIBMATROSKA
|
||||||
bool "libmatroska"
|
bool "libmatroska"
|
||||||
select BR2_PACKAGE_LIBEBML
|
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
|
select BR2_PACKAGE_LIBEBML
|
||||||
help
|
help
|
||||||
Extensible open standard audio/video container format access
|
Extensible open standard audio/video container format access
|
||||||
library.
|
library.
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
config BR2_PACKAGE_LIBNICE
|
config BR2_PACKAGE_LIBNICE
|
||||||
bool "libnice"
|
bool "libnice"
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
|
||||||
depends on BR2_USE_WCHAR # libglib2
|
depends on BR2_USE_WCHAR # libglib2
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
help
|
help
|
||||||
Libnice is an implementation of the IETF's Interactive
|
Libnice is an implementation of the IETF's Interactive
|
||||||
Connectivity Establishment (ICE) standard (RFC 5245) and the
|
Connectivity Establishment (ICE) standard (RFC 5245) and the
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
config BR2_PACKAGE_LIBNSS
|
config BR2_PACKAGE_LIBNSS
|
||||||
bool "libnss"
|
bool "libnss"
|
||||||
select BR2_PACKAGE_LIBNSPR
|
|
||||||
select BR2_PACKAGE_SQLITE
|
|
||||||
select BR2_PACKAGE_ZLIB
|
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libnspr
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libnspr
|
||||||
depends on BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT # libnspr
|
depends on BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT # libnspr
|
||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
|
select BR2_PACKAGE_LIBNSPR
|
||||||
|
select BR2_PACKAGE_SQLITE
|
||||||
|
select BR2_PACKAGE_ZLIB
|
||||||
help
|
help
|
||||||
Network Security Services (NSS) is a set of libraries designed
|
Network Security Services (NSS) is a set of libraries designed
|
||||||
to support development of security-enabled client and server
|
to support development of security-enabled client and server
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
config BR2_PACKAGE_LIBPLAYER
|
config BR2_PACKAGE_LIBPLAYER
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
||||||
bool "libplayer"
|
bool "libplayer"
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
help
|
help
|
||||||
libplayer provides a generic A/V API that relies on various multimedia
|
libplayer provides a generic A/V API that relies on various multimedia
|
||||||
player for Linux systems. It currently supports MPlayer, xine VLC and
|
player for Linux systems. It currently supports MPlayer, xine VLC and
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
config BR2_PACKAGE_LIBQMI
|
config BR2_PACKAGE_LIBQMI
|
||||||
bool "libqmi"
|
bool "libqmi"
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
|
||||||
depends on BR2_USE_WCHAR # libglib2
|
depends on BR2_USE_WCHAR # libglib2
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
||||||
depends on BR2_USE_MMU # libglib2
|
depends on BR2_USE_MMU # libglib2
|
||||||
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
help
|
help
|
||||||
libqmi is a glib-based library for talking to WWAN modems and devices
|
libqmi is a glib-based library for talking to WWAN modems and devices
|
||||||
which speak the Qualcomm MSM Interface (QMI) protocol.
|
which speak the Qualcomm MSM Interface (QMI) protocol.
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
config BR2_PACKAGE_LIBRSVG
|
config BR2_PACKAGE_LIBRSVG
|
||||||
bool "librsvg"
|
bool "librsvg"
|
||||||
|
depends on BR2_USE_WCHAR # glib2
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
||||||
|
depends on BR2_USE_MMU # glib2
|
||||||
|
depends on BR2_INSTALL_LIBSTDCPP # pango
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # pango -> harfbuzz
|
||||||
select BR2_PACKAGE_CAIRO
|
select BR2_PACKAGE_CAIRO
|
||||||
select BR2_PACKAGE_CAIRO_PNG
|
select BR2_PACKAGE_CAIRO_PNG
|
||||||
select BR2_PACKAGE_GDK_PIXBUF
|
select BR2_PACKAGE_GDK_PIXBUF
|
||||||
@ -7,11 +12,6 @@ config BR2_PACKAGE_LIBRSVG
|
|||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
select BR2_PACKAGE_LIBXML2
|
select BR2_PACKAGE_LIBXML2
|
||||||
select BR2_PACKAGE_PANGO
|
select BR2_PACKAGE_PANGO
|
||||||
depends on BR2_USE_WCHAR # glib2
|
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
|
||||||
depends on BR2_USE_MMU # glib2
|
|
||||||
depends on BR2_INSTALL_LIBSTDCPP # pango
|
|
||||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # pango -> harfbuzz
|
|
||||||
help
|
help
|
||||||
The rsvg library is an efficient renderer for Scalable
|
The rsvg library is an efficient renderer for Scalable
|
||||||
Vector Graphics (SVG) pictures.
|
Vector Graphics (SVG) pictures.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_LIBRTLSDR
|
config BR2_PACKAGE_LIBRTLSDR
|
||||||
bool "librtlsdr"
|
bool "librtlsdr"
|
||||||
select BR2_PACKAGE_LIBUSB
|
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
select BR2_PACKAGE_LIBUSB
|
||||||
help
|
help
|
||||||
Library and command line programs for accessing
|
Library and command line programs for accessing
|
||||||
RTL2832U SDR dongles.
|
RTL2832U SDR dongles.
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
config BR2_PACKAGE_LIBSECRET
|
config BR2_PACKAGE_LIBSECRET
|
||||||
bool "libsecret"
|
bool "libsecret"
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
|
||||||
depends on BR2_USE_WCHAR # gettext dep in libglib2
|
depends on BR2_USE_WCHAR # gettext dep in libglib2
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
||||||
depends on BR2_USE_MMU # libglib2
|
depends on BR2_USE_MMU # libglib2
|
||||||
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
help
|
help
|
||||||
libsecret is a library for storing and retrieving passwords and other
|
libsecret is a library for storing and retrieving passwords and other
|
||||||
secrets. It communicates with the "Secret Service" using DBus.
|
secrets. It communicates with the "Secret Service" using DBus.
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
config BR2_PACKAGE_LIBSELINUX
|
config BR2_PACKAGE_LIBSELINUX
|
||||||
bool "libselinux"
|
bool "libselinux"
|
||||||
select BR2_PACKAGE_LIBSEPOL
|
|
||||||
select BR2_PACKAGE_PCRE
|
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
# Uses <fts.h>, not available in musl or uClibc
|
# Uses <fts.h>, not available in musl or uClibc
|
||||||
depends on BR2_TOOLCHAIN_USES_GLIBC
|
depends on BR2_TOOLCHAIN_USES_GLIBC
|
||||||
# Toolchain issue: "fixup not contained within frag"
|
# Toolchain issue: "fixup not contained within frag"
|
||||||
depends on !BR2_arc
|
depends on !BR2_arc
|
||||||
|
select BR2_PACKAGE_LIBSEPOL
|
||||||
|
select BR2_PACKAGE_PCRE
|
||||||
help
|
help
|
||||||
libselinux is the runtime SELinux library that provides
|
libselinux is the runtime SELinux library that provides
|
||||||
interfaces (e.g. library functions for the SELinux kernel
|
interfaces (e.g. library functions for the SELinux kernel
|
||||||
|
@ -1,9 +1,5 @@
|
|||||||
config BR2_PACKAGE_LIBSEMANAGE
|
config BR2_PACKAGE_LIBSEMANAGE
|
||||||
bool "libsemanage"
|
bool "libsemanage"
|
||||||
select BR2_PACKAGE_AUDIT
|
|
||||||
select BR2_PACKAGE_LIBSELINUX
|
|
||||||
select BR2_PACKAGE_USTR
|
|
||||||
select BR2_PACKAGE_BZIP2
|
|
||||||
depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS
|
depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
@ -12,6 +8,10 @@ config BR2_PACKAGE_LIBSEMANAGE
|
|||||||
# - audit is not available on musl
|
# - audit is not available on musl
|
||||||
depends on BR2_TOOLCHAIN_USES_GLIBC
|
depends on BR2_TOOLCHAIN_USES_GLIBC
|
||||||
depends on !BR2_arc
|
depends on !BR2_arc
|
||||||
|
select BR2_PACKAGE_AUDIT
|
||||||
|
select BR2_PACKAGE_LIBSELINUX
|
||||||
|
select BR2_PACKAGE_USTR
|
||||||
|
select BR2_PACKAGE_BZIP2
|
||||||
help
|
help
|
||||||
libsemanage is the policy management library. It uses
|
libsemanage is the policy management library. It uses
|
||||||
libsepol for binary policy manipulation and libselinux for
|
libsepol for binary policy manipulation and libselinux for
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
config BR2_PACKAGE_LIBSIGROK
|
config BR2_PACKAGE_LIBSIGROK
|
||||||
bool "libsigrok"
|
bool "libsigrok"
|
||||||
select BR2_PACKAGE_LIBZIP
|
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
|
||||||
# libglib2
|
# libglib2
|
||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
# std=c11
|
# std=c11
|
||||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
|
||||||
|
select BR2_PACKAGE_LIBZIP
|
||||||
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
help
|
help
|
||||||
Libsigrok is a shared library written in C, which provides
|
Libsigrok is a shared library written in C, which provides
|
||||||
the basic hardware access drivers for logic analyzers and
|
the basic hardware access drivers for logic analyzers and
|
||||||
@ -22,9 +22,9 @@ if BR2_PACKAGE_LIBSIGROK
|
|||||||
|
|
||||||
config BR2_PACKAGE_LIBSIGROKCXX
|
config BR2_PACKAGE_LIBSIGROKCXX
|
||||||
bool "build C++ bindings"
|
bool "build C++ bindings"
|
||||||
select BR2_PACKAGE_GLIBMM
|
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # glibmm
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # glibmm
|
||||||
|
select BR2_PACKAGE_GLIBMM
|
||||||
help
|
help
|
||||||
Build libsigrok C++ bindings as well.
|
Build libsigrok C++ bindings as well.
|
||||||
|
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
config BR2_PACKAGE_LIBSIGROKDECODE
|
config BR2_PACKAGE_LIBSIGROKDECODE
|
||||||
bool "libsigrokdecode"
|
bool "libsigrokdecode"
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
|
||||||
select BR2_PACKAGE_PYTHON3
|
|
||||||
depends on !BR2_PACKAGE_PYTHON # python3
|
depends on !BR2_PACKAGE_PYTHON # python3
|
||||||
depends on BR2_USE_WCHAR # libglib2/python3
|
depends on BR2_USE_WCHAR # libglib2/python3
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2/python3
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2/python3
|
||||||
depends on BR2_USE_MMU # libglib2/python3
|
depends on BR2_USE_MMU # libglib2/python3
|
||||||
depends on !BR2_STATIC_LIBS # python3
|
depends on !BR2_STATIC_LIBS # python3
|
||||||
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
|
select BR2_PACKAGE_PYTHON3
|
||||||
help
|
help
|
||||||
Libsigrokdecode is a shared library written in C, which
|
Libsigrokdecode is a shared library written in C, which
|
||||||
provides (streaming) protocol decoding functionality. Say
|
provides (streaming) protocol decoding functionality. Say
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
config BR2_PACKAGE_LIBSTROPHE
|
config BR2_PACKAGE_LIBSTROPHE
|
||||||
bool "libstrophe"
|
bool "libstrophe"
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
select BR2_PACKAGE_OPENSSL
|
select BR2_PACKAGE_OPENSSL
|
||||||
select BR2_PACKAGE_LIBXML2 if !BR2_PACKAGE_EXPAT
|
select BR2_PACKAGE_LIBXML2 if !BR2_PACKAGE_EXPAT
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
||||||
help
|
help
|
||||||
libstrophe is a lightweight XMPP client library written in C.
|
libstrophe is a lightweight XMPP client library written in C.
|
||||||
It has minimal dependencies and is configurable for various
|
It has minimal dependencies and is configurable for various
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
config BR2_PACKAGE_LIBUPNPP
|
config BR2_PACKAGE_LIBUPNPP
|
||||||
bool "libupnpp"
|
bool "libupnpp"
|
||||||
select BR2_PACKAGE_EXPAT
|
|
||||||
select BR2_PACKAGE_LIBCURL
|
|
||||||
select BR2_PACKAGE_LIBUPNP
|
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libupnp
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libupnp
|
||||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_6
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_6
|
||||||
|
select BR2_PACKAGE_EXPAT
|
||||||
|
select BR2_PACKAGE_LIBCURL
|
||||||
|
select BR2_PACKAGE_LIBUPNP
|
||||||
help
|
help
|
||||||
The libupnpp C++ library wraps libupnp for easier use by upmpdcli and
|
The libupnpp C++ library wraps libupnp for easier use by upmpdcli and
|
||||||
upplay.
|
upplay.
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
config BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS
|
config BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS
|
||||||
bool
|
bool
|
||||||
|
default y
|
||||||
depends on BR2_arm || BR2_armeb || BR2_aarch64 || BR2_i386 || BR2_powerpc || BR2_x86_64
|
depends on BR2_arm || BR2_armeb || BR2_aarch64 || BR2_i386 || BR2_powerpc || BR2_x86_64
|
||||||
depends on BR2_USE_MMU # fork() in test
|
depends on BR2_USE_MMU # fork() in test
|
||||||
default y
|
|
||||||
|
|
||||||
config BR2_PACKAGE_LIBURCU
|
config BR2_PACKAGE_LIBURCU
|
||||||
bool "liburcu"
|
bool "liburcu"
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
config BR2_PACKAGE_LIBVA_INTEL_DRIVER
|
config BR2_PACKAGE_LIBVA_INTEL_DRIVER
|
||||||
bool "libva-intel-driver"
|
bool "libva-intel-driver"
|
||||||
|
depends on BR2_i386 || BR2_x86_64
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libdrm/libpthread-stubs
|
||||||
|
depends on !BR2_STATIC_LIBS # libva
|
||||||
select BR2_PACKAGE_LIBVA
|
select BR2_PACKAGE_LIBVA
|
||||||
select BR2_PACKAGE_LIBDRM
|
select BR2_PACKAGE_LIBDRM
|
||||||
select BR2_PACKAGE_LIBDRM_INTEL
|
select BR2_PACKAGE_LIBDRM_INTEL
|
||||||
select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7
|
select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7
|
||||||
select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7
|
select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7
|
||||||
select BR2_PACKAGE_XLIB_LIBXFIXES if BR2_PACKAGE_XORG7
|
select BR2_PACKAGE_XLIB_LIBXFIXES if BR2_PACKAGE_XORG7
|
||||||
depends on BR2_i386 || BR2_x86_64
|
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libdrm/libpthread-stubs
|
|
||||||
depends on !BR2_STATIC_LIBS # libva
|
|
||||||
help
|
help
|
||||||
VA-API back-end driver for Intel graphics chips
|
VA-API back-end driver for Intel graphics chips
|
||||||
|
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
config BR2_PACKAGE_LIBVA
|
config BR2_PACKAGE_LIBVA
|
||||||
bool "libva"
|
bool "libva"
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libdrm/libpthread-stubs
|
||||||
|
depends on !BR2_STATIC_LIBS
|
||||||
select BR2_PACKAGE_LIBDRM
|
select BR2_PACKAGE_LIBDRM
|
||||||
select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7
|
select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7
|
||||||
select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7
|
select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7
|
||||||
select BR2_PACKAGE_XLIB_LIBXFIXES if BR2_PACKAGE_XORG7
|
select BR2_PACKAGE_XLIB_LIBXFIXES if BR2_PACKAGE_XORG7
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libdrm/libpthread-stubs
|
|
||||||
depends on !BR2_STATIC_LIBS
|
|
||||||
help
|
help
|
||||||
The main motivation for VA-API (Video Acceleration API) is to enable
|
The main motivation for VA-API (Video Acceleration API) is to enable
|
||||||
hardware accelerated video decode/encode at various entry-points (VLD,
|
hardware accelerated video decode/encode at various entry-points (VLD,
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_LIBWEBSOCK
|
config BR2_PACKAGE_LIBWEBSOCK
|
||||||
bool "libwebsock"
|
bool "libwebsock"
|
||||||
select BR2_PACKAGE_LIBEVENT
|
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
select BR2_PACKAGE_LIBEVENT
|
||||||
help
|
help
|
||||||
C library for easy WebSockets servers.
|
C library for easy WebSockets servers.
|
||||||
|
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
config BR2_PACKAGE_LIBXMLPP
|
config BR2_PACKAGE_LIBXMLPP
|
||||||
bool "libxml++"
|
bool "libxml++"
|
||||||
select BR2_PACKAGE_LIBXML2
|
|
||||||
select BR2_PACKAGE_GLIBMM
|
|
||||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
depends on BR2_USE_WCHAR # glibmm -> libglib2
|
depends on BR2_USE_WCHAR # glibmm -> libglib2
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # glibmm -> libglib2
|
depends on BR2_TOOLCHAIN_HAS_THREADS # glibmm -> libglib2
|
||||||
depends on BR2_USE_MMU # glibmm -> libglib2
|
depends on BR2_USE_MMU # glibmm -> libglib2
|
||||||
|
select BR2_PACKAGE_LIBXML2
|
||||||
|
select BR2_PACKAGE_GLIBMM
|
||||||
help
|
help
|
||||||
libxml++ is a C++ wrapper for the libxml XML parser library.
|
libxml++ is a C++ wrapper for the libxml XML parser library.
|
||||||
|
|
||||||
|
@ -18,10 +18,10 @@ if BR2_PACKAGE_LIGHTNING
|
|||||||
|
|
||||||
config BR2_PACKAGE_LIGHTNING_DISASSEMBLER
|
config BR2_PACKAGE_LIGHTNING_DISASSEMBLER
|
||||||
bool "enable disassembler"
|
bool "enable disassembler"
|
||||||
select BR2_PACKAGE_BINUTILS
|
|
||||||
select BR2_PACKAGE_ZLIB
|
|
||||||
depends on !BR2_nios2 # binutils
|
depends on !BR2_nios2 # binutils
|
||||||
depends on BR2_USE_WCHAR # binutils
|
depends on BR2_USE_WCHAR # binutils
|
||||||
|
select BR2_PACKAGE_BINUTILS
|
||||||
|
select BR2_PACKAGE_ZLIB
|
||||||
help
|
help
|
||||||
Enable the GNU lightning disassembler.
|
Enable the GNU lightning disassembler.
|
||||||
|
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
config BR2_PACKAGE_LINKNX
|
config BR2_PACKAGE_LINKNX
|
||||||
bool "linknx"
|
bool "linknx"
|
||||||
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
|
depends on BR2_USE_MMU # libpthsem
|
||||||
select BR2_PACKAGE_LIBPTHSEM
|
select BR2_PACKAGE_LIBPTHSEM
|
||||||
select BR2_PACKAGE_LIBCURL # for autoreconf
|
select BR2_PACKAGE_LIBCURL # for autoreconf
|
||||||
select BR2_PACKAGE_ARGP_STANDALONE \
|
select BR2_PACKAGE_ARGP_STANDALONE \
|
||||||
if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
|
if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
|
||||||
depends on BR2_USE_MMU # libpthsem
|
|
||||||
help
|
help
|
||||||
Linknx is an automation platform providing high level functionalities
|
Linknx is an automation platform providing high level functionalities
|
||||||
to EIB/KNX installation.
|
to EIB/KNX installation.
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
config BR2_PACKAGE_LINPHONE
|
config BR2_PACKAGE_LINPHONE
|
||||||
bool "linphone"
|
bool "linphone"
|
||||||
select BR2_PACKAGE_LIBEXOSIP2
|
|
||||||
select BR2_PACKAGE_SPEEX
|
|
||||||
depends on BR2_INSTALL_LIBSTDCPP # mediastreamer (bundled)
|
depends on BR2_INSTALL_LIBSTDCPP # mediastreamer (bundled)
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # ortp (bundled)
|
depends on BR2_TOOLCHAIN_HAS_THREADS # ortp (bundled)
|
||||||
depends on BR2_USE_MMU # libeXosip2
|
depends on BR2_USE_MMU # libeXosip2
|
||||||
|
select BR2_PACKAGE_LIBEXOSIP2
|
||||||
|
select BR2_PACKAGE_SPEEX
|
||||||
help
|
help
|
||||||
Linphone is an internet phone or Voice Over IP phone (VoIP).
|
Linphone is an internet phone or Voice Over IP phone (VoIP).
|
||||||
|
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
config BR2_PACKAGE_LINUX_PAM
|
config BR2_PACKAGE_LINUX_PAM
|
||||||
bool "linux-pam"
|
bool "linux-pam"
|
||||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
|
||||||
select BR2_PACKAGE_FLEX
|
|
||||||
depends on (BR2_ENABLE_LOCALE && BR2_USE_WCHAR)
|
depends on (BR2_ENABLE_LOCALE && BR2_USE_WCHAR)
|
||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
depends on !BR2_TOOLCHAIN_USES_MUSL
|
depends on !BR2_TOOLCHAIN_USES_MUSL
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||||
|
select BR2_PACKAGE_FLEX
|
||||||
help
|
help
|
||||||
A Security Framework that Provides Authentication for Applications
|
A Security Framework that Provides Authentication for Applications
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
config BR2_PACKAGE_LJLINENOISE
|
config BR2_PACKAGE_LJLINENOISE
|
||||||
bool "ljlinenoise"
|
bool "ljlinenoise"
|
||||||
# run-time dependency only
|
|
||||||
select BR2_PACKAGE_LJSYSCALL
|
|
||||||
# ljsyscall is specifically for LuaJIT, not Lua.
|
# ljsyscall is specifically for LuaJIT, not Lua.
|
||||||
depends on BR2_PACKAGE_LUAJIT
|
depends on BR2_PACKAGE_LUAJIT
|
||||||
|
# run-time dependency only
|
||||||
|
select BR2_PACKAGE_LJSYSCALL
|
||||||
help
|
help
|
||||||
ljlinenoise is a pure LuaJIT port of linenoise,
|
ljlinenoise is a pure LuaJIT port of linenoise,
|
||||||
a small alternative to readline and libedit.
|
a small alternative to readline and libedit.
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
config BR2_PACKAGE_LMBENCH
|
config BR2_PACKAGE_LMBENCH
|
||||||
bool "lmbench"
|
bool "lmbench"
|
||||||
depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC || BR2_TOOLCHAIN_HAS_THREADS # libtirpc
|
depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC || BR2_TOOLCHAIN_HAS_THREADS # libtirpc
|
||||||
select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
|
select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
||||||
help
|
help
|
||||||
LMbench is a suite of simple, portable,
|
LMbench is a suite of simple, portable,
|
||||||
ANSI/C microbenchmarks for UNIX/POSIX.
|
ANSI/C microbenchmarks for UNIX/POSIX.
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
config BR2_PACKAGE_LOG4CXX
|
config BR2_PACKAGE_LOG4CXX
|
||||||
bool "log4cxx"
|
bool "log4cxx"
|
||||||
select BR2_PACKAGE_APR
|
|
||||||
select BR2_PACKAGE_APR_UTIL
|
|
||||||
# apr really needs shared library support
|
# apr really needs shared library support
|
||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
depends on BR2_USE_MMU # apr
|
depends on BR2_USE_MMU # apr
|
||||||
|
select BR2_PACKAGE_APR
|
||||||
|
select BR2_PACKAGE_APR_UTIL
|
||||||
help
|
help
|
||||||
Apache log4cxx is a logging framework for C++ patterned
|
Apache log4cxx is a logging framework for C++ patterned
|
||||||
after Apache log4j.
|
after Apache log4j.
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
config BR2_PACKAGE_LOGROTATE
|
config BR2_PACKAGE_LOGROTATE
|
||||||
bool "logrotate"
|
bool "logrotate"
|
||||||
select BR2_PACKAGE_POPT
|
|
||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
|
select BR2_PACKAGE_POPT
|
||||||
help
|
help
|
||||||
A simple program to rotate logs.
|
A simple program to rotate logs.
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_LSQLITE3
|
config BR2_PACKAGE_LSQLITE3
|
||||||
bool "lsqlite3"
|
bool "lsqlite3"
|
||||||
select BR2_PACKAGE_SQLITE
|
|
||||||
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
||||||
|
select BR2_PACKAGE_SQLITE
|
||||||
help
|
help
|
||||||
a thin Lua wrapper for the SQLite3 library.
|
a thin Lua wrapper for the SQLite3 library.
|
||||||
|
|
||||||
|
@ -7,9 +7,9 @@ config BR2_PACKAGE_LTP_TESTSUITE
|
|||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
depends on !BR2_TOOLCHAIN_USES_MUSL
|
depends on !BR2_TOOLCHAIN_USES_MUSL
|
||||||
select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
||||||
# does not build, cachectl.h issue
|
# does not build, cachectl.h issue
|
||||||
depends on !BR2_nios2
|
depends on !BR2_nios2
|
||||||
|
select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
||||||
help
|
help
|
||||||
The Linux Test Project provides a huge testsuite for Linux.
|
The Linux Test Project provides a huge testsuite for Linux.
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
config BR2_PACKAGE_LTRACE
|
config BR2_PACKAGE_LTRACE
|
||||||
bool "ltrace"
|
bool "ltrace"
|
||||||
|
depends on BR2_USE_WCHAR # elfutils
|
||||||
|
depends on !BR2_STATIC_LIBS # elfutils
|
||||||
|
depends on BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC # elfutils
|
||||||
# ltrace normally has mips/mipsel support, but it's currently
|
# ltrace normally has mips/mipsel support, but it's currently
|
||||||
# broken (error: 'struct ltelf' has no member named
|
# broken (error: 'struct ltelf' has no member named
|
||||||
# 'relplt_count'). Issue reported upstream at
|
# 'relplt_count'). Issue reported upstream at
|
||||||
@ -7,9 +10,6 @@ config BR2_PACKAGE_LTRACE
|
|||||||
depends on (BR2_i386 || BR2_arm || BR2_mips || BR2_mipsel \
|
depends on (BR2_i386 || BR2_arm || BR2_mips || BR2_mipsel \
|
||||||
|| BR2_powerpc || BR2_sparc || BR2_x86_64 || BR2_xtensa)
|
|| BR2_powerpc || BR2_sparc || BR2_x86_64 || BR2_xtensa)
|
||||||
select BR2_PACKAGE_ELFUTILS
|
select BR2_PACKAGE_ELFUTILS
|
||||||
depends on BR2_USE_WCHAR # elfutils
|
|
||||||
depends on !BR2_STATIC_LIBS # elfutils
|
|
||||||
depends on BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC # elfutils
|
|
||||||
help
|
help
|
||||||
Debugging program which runs a specified command until it exits.
|
Debugging program which runs a specified command until it exits.
|
||||||
While the command is executing, ltrace intercepts and records
|
While the command is executing, ltrace intercepts and records
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
config BR2_PACKAGE_LTTNG_BABELTRACE
|
config BR2_PACKAGE_LTTNG_BABELTRACE
|
||||||
bool "lttng-babeltrace"
|
bool "lttng-babeltrace"
|
||||||
|
depends on BR2_USE_WCHAR # libglib2
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
||||||
|
depends on BR2_USE_MMU # libglib2
|
||||||
select BR2_PACKAGE_UTIL_LINUX
|
select BR2_PACKAGE_UTIL_LINUX
|
||||||
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
select BR2_PACKAGE_POPT
|
select BR2_PACKAGE_POPT
|
||||||
depends on BR2_USE_WCHAR # libglib2
|
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
|
||||||
depends on BR2_USE_MMU # libglib2
|
|
||||||
help
|
help
|
||||||
The Babeltrace project provides trace read and write
|
The Babeltrace project provides trace read and write
|
||||||
libraries, as well as a trace converter application. Plugins
|
libraries, as well as a trace converter application. Plugins
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
config BR2_PACKAGE_LTTNG_LIBUST
|
config BR2_PACKAGE_LTTNG_LIBUST
|
||||||
bool "lttng-libust"
|
bool "lttng-libust"
|
||||||
select BR2_PACKAGE_LIBURCU
|
|
||||||
select BR2_PACKAGE_UTIL_LINUX
|
|
||||||
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
|
||||||
depends on BR2_USE_WCHAR # uses wchar_t
|
depends on BR2_USE_WCHAR # uses wchar_t
|
||||||
# liburcu only works on some architectures and requires threads support"
|
# liburcu only works on some architectures and requires threads support"
|
||||||
depends on BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS
|
depends on BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
|
select BR2_PACKAGE_LIBURCU
|
||||||
|
select BR2_PACKAGE_UTIL_LINUX
|
||||||
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
||||||
help
|
help
|
||||||
Userspace tracing library for the LTTng 2.x tracing
|
Userspace tracing library for the LTTng 2.x tracing
|
||||||
infrastructure. It allows userspace programs to create
|
infrastructure. It allows userspace programs to create
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
config BR2_PACKAGE_LUA_COATPERSISTENT
|
config BR2_PACKAGE_LUA_COATPERSISTENT
|
||||||
bool "lua-coatpersistent"
|
bool "lua-coatpersistent"
|
||||||
|
depends on BR2_PACKAGE_LSQLITE3 || BR2_PACKAGE_LUASQL_SQLITE3
|
||||||
# run-time dependencies
|
# run-time dependencies
|
||||||
select BR2_PACKAGE_DADO
|
select BR2_PACKAGE_DADO
|
||||||
select BR2_PACKAGE_LUA_COAT
|
select BR2_PACKAGE_LUA_COAT
|
||||||
depends on BR2_PACKAGE_LSQLITE3 || BR2_PACKAGE_LUASQL_SQLITE3
|
|
||||||
help
|
help
|
||||||
An ORM for lua-Coat.
|
An ORM for lua-Coat.
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
config BR2_PACKAGE_LUA_EV
|
config BR2_PACKAGE_LUA_EV
|
||||||
bool "lua-ev"
|
bool "lua-ev"
|
||||||
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
||||||
select BR2_PACKAGE_LIBEV
|
|
||||||
depends on !BR2_bfin # libev
|
depends on !BR2_bfin # libev
|
||||||
|
select BR2_PACKAGE_LIBEV
|
||||||
help
|
help
|
||||||
Get access to the libev library from Lua.
|
Get access to the libev library from Lua.
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_LUAEXPAT
|
config BR2_PACKAGE_LUAEXPAT
|
||||||
bool "luaexpat"
|
bool "luaexpat"
|
||||||
select BR2_PACKAGE_EXPAT
|
|
||||||
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
||||||
|
select BR2_PACKAGE_EXPAT
|
||||||
help
|
help
|
||||||
LuaExpat is a SAX XML parser based on the Expat library.
|
LuaExpat is a SAX XML parser based on the Expat library.
|
||||||
|
|
||||||
|
@ -8,7 +8,6 @@ config BR2_PACKAGE_LUAJIT_ARCH_SUPPORTS
|
|||||||
|
|
||||||
config BR2_PACKAGE_LUAJIT
|
config BR2_PACKAGE_LUAJIT
|
||||||
bool "luajit"
|
bool "luajit"
|
||||||
select BR2_PACKAGE_HAS_LUAINTERPRETER
|
|
||||||
depends on !BR2_STATIC_LIBS # dlopen
|
depends on !BR2_STATIC_LIBS # dlopen
|
||||||
# Luajit is only available for some target architectures, and
|
# Luajit is only available for some target architectures, and
|
||||||
# has some complexity wrt 32/64. See luajit.mk for details.
|
# has some complexity wrt 32/64. See luajit.mk for details.
|
||||||
@ -16,6 +15,7 @@ config BR2_PACKAGE_LUAJIT
|
|||||||
# luajit.mk uses the "-m32" compiler option to build 32bit
|
# luajit.mk uses the "-m32" compiler option to build 32bit
|
||||||
# binaries, so check if that option is supported. See
|
# binaries, so check if that option is supported. See
|
||||||
# luajit.mk for details.
|
# luajit.mk for details.
|
||||||
|
select BR2_PACKAGE_HAS_LUAINTERPRETER
|
||||||
select BR2_HOSTARCH_NEEDS_IA32_COMPILER if !BR2_ARCH_IS_64
|
select BR2_HOSTARCH_NEEDS_IA32_COMPILER if !BR2_ARCH_IS_64
|
||||||
help
|
help
|
||||||
LuaJIT implements the full set of language features defined
|
LuaJIT implements the full set of language features defined
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
config BR2_PACKAGE_LUASEC
|
config BR2_PACKAGE_LUASEC
|
||||||
bool "luasec"
|
bool "luasec"
|
||||||
|
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
||||||
select BR2_PACKAGE_OPENSSL
|
select BR2_PACKAGE_OPENSSL
|
||||||
select BR2_PACKAGE_LUASOCKET
|
select BR2_PACKAGE_LUASOCKET
|
||||||
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
|
||||||
help
|
help
|
||||||
LuaSec is a binding for OpenSSL library to provide TLS/SSL
|
LuaSec is a binding for OpenSSL library to provide TLS/SSL
|
||||||
communication.
|
communication.
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
config BR2_PACKAGE_LUV
|
config BR2_PACKAGE_LUV
|
||||||
bool "luv"
|
bool "luv"
|
||||||
select BR2_PACKAGE_LIBUV
|
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # libuv
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # libuv
|
||||||
depends on BR2_USE_MMU # libuv
|
depends on BR2_USE_MMU # libuv
|
||||||
depends on !BR2_STATIC_LIBS # libuv
|
depends on !BR2_STATIC_LIBS # libuv
|
||||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libuv
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libuv
|
||||||
|
select BR2_PACKAGE_LIBUV
|
||||||
help
|
help
|
||||||
libuv bindings for LuaJIT and Lua.
|
libuv bindings for LuaJIT and Lua.
|
||||||
|
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
config BR2_PACKAGE_LXC
|
config BR2_PACKAGE_LXC
|
||||||
bool "lxc"
|
bool "lxc"
|
||||||
select BR2_PACKAGE_LIBCAP
|
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
# build system forcefully builds a shared library
|
# build system forcefully builds a shared library
|
||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # setns() system call
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # setns() system call
|
||||||
|
select BR2_PACKAGE_LIBCAP
|
||||||
help
|
help
|
||||||
Linux Containers (LXC), provides the ability to group and isolate
|
Linux Containers (LXC), provides the ability to group and isolate
|
||||||
of a set of processes in a jail by virtualizing and accounting the
|
of a set of processes in a jail by virtualizing and accounting the
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_LZLIB
|
config BR2_PACKAGE_LZLIB
|
||||||
bool "lzlib"
|
bool "lzlib"
|
||||||
select BR2_PACKAGE_ZLIB
|
|
||||||
depends on BR2_PACKAGE_LUA
|
depends on BR2_PACKAGE_LUA
|
||||||
|
select BR2_PACKAGE_ZLIB
|
||||||
help
|
help
|
||||||
This package provides a library to access zlib library
|
This package provides a library to access zlib library
|
||||||
functions and also to read/write gzip files using an
|
functions and also to read/write gzip files using an
|
||||||
|
Loading…
x
Reference in New Issue
Block a user