mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
foot: add xdg-utils
xdg-open is used to open urls
This commit is contained in:
parent
e4e03315c2
commit
f4986eae86
@ -18,6 +18,8 @@ DEPENDS = " \
|
|||||||
wayland-native \
|
wayland-native \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
RRECOMMENDS_${PN} = "xdg-utils"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
git://codeberg.org/dnkl/foot.git;protocol=https \
|
git://codeberg.org/dnkl/foot.git;protocol=https \
|
||||||
file://0001-meson.build-avoid-scdoc-dependency.patch \
|
file://0001-meson.build-avoid-scdoc-dependency.patch \
|
||||||
@ -27,9 +29,12 @@ S = "${WORKDIR}/git"
|
|||||||
PV = "1.7.2"
|
PV = "1.7.2"
|
||||||
SRCREV = "${PV}"
|
SRCREV = "${PV}"
|
||||||
|
|
||||||
inherit meson pkgconfig features_check
|
PACKAGECONFIG[terminfo] = "-Dterminfo=enabled,-Dterminfo=disabled,ncurses-native"
|
||||||
|
|
||||||
EXTRA_OEMESON += "-Dterminfo=disabled"
|
PACKAGECONFIG ?= " \
|
||||||
|
"
|
||||||
|
|
||||||
|
inherit meson pkgconfig features_check
|
||||||
|
|
||||||
FILES_${PN} = " \
|
FILES_${PN} = " \
|
||||||
${bindir} \
|
${bindir} \
|
||||||
|
Loading…
Reference in New Issue
Block a user