mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -10,11 +10,15 @@ if BR2_PACKAGE_LINKS
|
||||
|
||||
config BR2_PACKAGE_LINKS_GRAPHICS
|
||||
bool "use graphics"
|
||||
depends on BR2_PACKAGE_DIRECTFB || BR2_PACKAGE_XORG7
|
||||
depends on BR2_PACKAGE_GPM || BR2_PACKAGE_DIRECTFB || BR2_PACKAGE_XORG7
|
||||
select BR2_PACKAGE_XLIB_LIBXT if BR2_PACKAGE_XORG7
|
||||
select BR2_PACKAGE_LIBPNG
|
||||
help
|
||||
Enable graphics output for DirectFB or X11.
|
||||
Enable graphics output for framebuffer, DirectFB or X11.
|
||||
Framebuffer output requires GPM (console mouse).
|
||||
Otherwise links will be text-mode only.
|
||||
|
||||
comment "links graphics needs GPM, DirectFB or X11"
|
||||
depends on !BR2_PACKAGE_GPM && !BR2_PACKAGE_DIRECTFB && !BR2_PACKAGE_XORG7
|
||||
|
||||
endif
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 285eed8591c7781ec26213df82786665aaa1b9286782e8a7a1a7e2a6e1630d63 links-2.21.tar.bz2
|
||||
sha256 2dd78508698e8279ef4f09a3a2a21e9595040113402da6c553974414fb49dd2c links-2.25.tar.bz2
|
||||
sha256 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253 COPYING
|
||||
|
||||
@@ -4,12 +4,13 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LINKS_VERSION = 2.21
|
||||
LINKS_VERSION = 2.25
|
||||
LINKS_SOURCE = links-$(LINKS_VERSION).tar.bz2
|
||||
LINKS_SITE = http://links.twibright.com/download
|
||||
LINKS_DEPENDENCIES = host-pkgconf
|
||||
LINKS_LICENSE = GPL-2.0+
|
||||
LINKS_LICENSE_FILES = COPYING
|
||||
LINKS_CPE_ID_VENDOR = twibright
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LINKS_GRAPHICS),y)
|
||||
LINKS_CONF_OPTS += --enable-graphics
|
||||
|
||||
Reference in New Issue
Block a user