mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-26 05:28:23 +01:00
uwsm: fix dependencies
This commit is contained in:
parent
28a146b340
commit
63c208b690
@ -16,11 +16,11 @@ PV = "0.20.4"
|
|||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
PACKAGECONFIG ?= "man-pages uuctl"
|
PACKAGECONFIG ?= "man-pages"
|
||||||
PACKAGECONFIG[man-pages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native"
|
PACKAGECONFIG[man-pages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native"
|
||||||
PACKAGECONFIG[uuctl] = "-Duuctl=enabled,-Duuctl=disabled,,libnewt"
|
PACKAGECONFIG[uuctl] = "-Duuctl=enabled,-Duuctl=disabled,,fuzzel"
|
||||||
|
|
||||||
FILES:${PN} += "${datadir}/licenses"
|
FILES:${PN} += "${datadir}/licenses"
|
||||||
|
|
||||||
RDEPENDS:${PN} = "python3-dbus pyxdg python3-core"
|
RDEPENDS:${PN} += "python3-dbus pyxdg python3-core whiptail"
|
||||||
RRECOMMENDS:${PN} = "dbus-broker"
|
RRECOMMENDS:${PN} += "dbus-broker"
|
||||||
|
Loading…
Reference in New Issue
Block a user