mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-26 13:38:22 +01:00
Compare commits
No commits in common. "1ad9c8c5a267759b1b50f0b85883b404d7fd0ec3" and "28a146b3400f2b7711fbb0208c7a36da13acbe03" have entirely different histories.
1ad9c8c5a2
...
28a146b340
@ -16,11 +16,11 @@ PV = "0.20.4"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PACKAGECONFIG ?= "man-pages"
|
||||
PACKAGECONFIG ?= "man-pages uuctl"
|
||||
PACKAGECONFIG[man-pages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native"
|
||||
PACKAGECONFIG[uuctl] = "-Duuctl=enabled,-Duuctl=disabled,,fuzzel"
|
||||
PACKAGECONFIG[uuctl] = "-Duuctl=enabled,-Duuctl=disabled,,libnewt"
|
||||
|
||||
FILES:${PN} += "${datadir}/licenses"
|
||||
|
||||
RDEPENDS:${PN} += "python3-dbus pyxdg python3-core whiptail"
|
||||
RRECOMMENDS:${PN} += "dbus-broker"
|
||||
RDEPENDS:${PN} = "python3-dbus pyxdg python3-core"
|
||||
RRECOMMENDS:${PN} = "dbus-broker"
|
||||
|
@ -9,7 +9,7 @@ DEPENDS = "pixman"
|
||||
SRC_URI = "git://github.com/hyprwm/hyprutils.git;protocol=https;branch=main"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "e911361a687753bbbdfe3b6a9eab755ecaf1d9e1"
|
||||
PV = "0.2.6"
|
||||
SRCREV = "60d3dece30f98e8ad85131829c8529950630d6bc"
|
||||
PV = "0.2.4"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
Loading…
Reference in New Issue
Block a user