mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-25 21:18:21 +01:00
Compare commits
2 Commits
28a146b340
...
1ad9c8c5a2
Author | SHA1 | Date | |
---|---|---|---|
|
1ad9c8c5a2 | ||
|
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"
|
||||||
|
@ -9,7 +9,7 @@ DEPENDS = "pixman"
|
|||||||
SRC_URI = "git://github.com/hyprwm/hyprutils.git;protocol=https;branch=main"
|
SRC_URI = "git://github.com/hyprwm/hyprutils.git;protocol=https;branch=main"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
SRCREV = "60d3dece30f98e8ad85131829c8529950630d6bc"
|
SRCREV = "e911361a687753bbbdfe3b6a9eab755ecaf1d9e1"
|
||||||
PV = "0.2.4"
|
PV = "0.2.6"
|
||||||
|
|
||||||
inherit cmake pkgconfig
|
inherit cmake pkgconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user