summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/links/links_2.29.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-04-03 17:02:01 +0800
committerKhem Raj <raj.khem@gmail.com>2023-04-04 13:39:46 -0700
commitfadf73e5f655b7fb719ed701d3e3f299ed66a67f (patch)
treee10938e8147fa00e0e2be9e72ed359da7e71bae0 /meta-oe/recipes-support/links/links_2.29.bb
parent184fd210ea90b4408de8ae79e11889e4f55d5fbd (diff)
downloadmeta-openembedded-fadf73e5f655b7fb719ed701d3e3f299ed66a67f.tar.gz
links: upgrade 2.28 -> 2.29
Changelog: =========== Add "#define _GNU_SOURCE" to the configure test for memrchr Implement strike formatting Fixed a bug that image was sometimes displayed with too small size Fixed a bug that webp images from local disk could not be displayed Support AVIF images Updated Polish Translation Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/links/links_2.29.bb')
-rw-r--r--meta-oe/recipes-support/links/links_2.29.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/links/links_2.29.bb b/meta-oe/recipes-support/links/links_2.29.bb
new file mode 100644
index 000000000..e3a15d181
--- /dev/null
+++ b/meta-oe/recipes-support/links/links_2.29.bb
@@ -0,0 +1,11 @@
1require links.inc
2
3DEPENDS += "gpm"
4RCONFLICTS:${PN} = "links-x11"
5
6EXTRA_OECONF = "--enable-graphics \
7 --with-ssl=${STAGING_LIBDIR}/.. --with-libjpeg \
8 --without-libtiff --without-svgalib --with-fb \
9 --without-directfb --without-pmshell --without-atheos \
10 --without-x"
11SRC_URI[sha256sum] = "22aa96c0b38e1a6f8f7ed9d7a4167a47fc37246097759ef6059ecf8f9ead7998"