mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-04-23 17:26:44 +02:00
Compare commits
No commits in common. "a9a489b4d2fc0e1746496ba3926916c4504185d3" and "0b74c5dcc992b1192b50da0e332a0bfc29e525af" have entirely different histories.
a9a489b4d2
...
0b74c5dcc9
@ -22,7 +22,7 @@ DEPENDS = " \
|
||||
SRC_URI = "git://github.com/hyprwm/aquamarine.git;protocol=https;branch=main"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "db417a49e8d7391e11c6ecbccd6dbf22983f28bf"
|
||||
SRCREV = "59fc21940db44b347ccf1bcc22b2eb08ba2b9109"
|
||||
PV = "0.1.0"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
@ -47,7 +47,7 @@ RRECOMMENDS:${PN} ?= " \
|
||||
|
||||
SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;branch=aquamarine"
|
||||
|
||||
SRCREV = "10bbd96868967c272963ce8d8132b93f18f6d574"
|
||||
SRCREV = "f05f72676d7663dd4da7e5636df9d29f87f895b8"
|
||||
PV = "0.42-dev"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=936078e4e67b0e1e1bd1e862d4ffbc25"
|
||||
|
||||
SRC_URI = "git://github.com/hyprwm/hyprpicker.git;protocol=https;branch=main"
|
||||
|
||||
PV = "0.3.0"
|
||||
PV = "0.2.0"
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "8791f717ef495c8c5a36b21cbccc7cf218fbc380"
|
||||
SRCREV = "0eb49192a5cdd5e6e8e6c2c82c33857d78d6cd56"
|
||||
|
||||
DEPENDS = " \
|
||||
cairo \
|
||||
@ -21,6 +21,7 @@ DEPENDS = " \
|
||||
wayland \
|
||||
wayland-native \
|
||||
wayland-protocols \
|
||||
virtual/libgles3 \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} = "wl-clipboard"
|
||||
|
@ -9,7 +9,7 @@ DEPENDS = "pixman"
|
||||
SRC_URI = "git://github.com/hyprwm/hyprutils.git;protocol=https;branch=main"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "eb1ceff2b87f6820789249f63faa8e9dcb54d05f"
|
||||
PV = "0.2.0"
|
||||
SRCREV = "6174a2a25f4e216c0f1d0c4278adc23c476b1d09"
|
||||
PV = "0.1.5"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
@ -57,8 +57,8 @@ SRC_URI = " \
|
||||
file://0001-meson.build-dont-fail-if-stb-is-not-found.patch \
|
||||
file://0001-meson.build-dont-leak-buildpath.patch \
|
||||
"
|
||||
SRCREV = "cf2497fd7ec83f3d0dd5cb31b69540a2d129edad"
|
||||
PV = "3.14.24"
|
||||
SRCREV = "3b69847e15c84c0a4f93e82c2eb16b623f9765b9"
|
||||
PV = "3.14.22"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@ -68,3 +68,5 @@ EXTRA_OEMESON += "--buildtype release"
|
||||
|
||||
FILES:${PN} += "${datadir} ${libdir}"
|
||||
FILES:${PN}-dev = "${includedir} ${libdir}/pkgconfig"
|
||||
|
||||
CFLAGS += "-Wno-calloc-transposed-args"
|
||||
|
@ -8,9 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI = "git://github.com/labwc/labwc-menu-generator.git;protocol=https;branch=master"
|
||||
|
||||
SRCREV = "ee3d8d0ca49c8ad413f64d44d42215fefb79c4be"
|
||||
SRCREV = "7b62ce9c25db9ee21c9f93e536615569378bcb20"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.1.0"
|
||||
|
||||
DEPENDS = "glib-2.0"
|
||||
|
||||
|
@ -34,8 +34,8 @@ RRECOMMENDS:${PN} ?= " \
|
||||
|
||||
SRC_URI = "git://github.com/labwc/labwc.git;protocol=https;branch=master"
|
||||
|
||||
SRCREV = "307f1991585474e0456c54ad4ec188b4824cc634"
|
||||
PV = "0.7.3"
|
||||
SRCREV = "b41af54a1bd7d9270d19de4c9a2b77d882cf3ede"
|
||||
PV = "0.7.2"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meson pkgconfig features_check gettext
|
||||
|
@ -39,7 +39,7 @@ RRECOMMENDS:${PN} ?= " \
|
||||
|
||||
SRC_URI = "git://github.com/swaywm/sway.git;protocol=https;branch=master"
|
||||
|
||||
SRCREV = "3f327b3db0c1fc6985c0ed3231e1bd6296584dad"
|
||||
SRCREV = "28fd73589df0e73e1d15e165acd90651a5f805d6"
|
||||
PV = "1.10-dev"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
@ -1,58 +0,0 @@
|
||||
SUMMARY = "A modular Wayland compositor library"
|
||||
DESCRIPTION = "Pluggable, composable, unopinionated modules for building a \
|
||||
Wayland compositor; or about 50,000 lines of code you were \
|
||||
going to write anyway."
|
||||
HOMEPAGE = "https://gitlab.freedesktop.org/wlroots"
|
||||
BUGTRACKER = "https://gitlab.freedesktop.org/wlroots/wlroots/-/issues"
|
||||
SECTION = "graphics"
|
||||
LICENSE = "MIT & CC0-1.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=89e064f90bcb87796ca335cbd2ce4179"
|
||||
LIC_FILES_CHKSUM += "file://tinywl/LICENSE;md5=d957da0415f5b0b974bfc6063afab2b5"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "wayland"
|
||||
|
||||
DEPENDS += " \
|
||||
hwdata-native \
|
||||
libdisplay-info \
|
||||
libdrm \
|
||||
libxkbcommon \
|
||||
pixman \
|
||||
seatd \
|
||||
wayland \
|
||||
wayland-native \
|
||||
wayland-protocols \
|
||||
"
|
||||
|
||||
PACKAGECONFIG[opengl] = ",,virtual/egl virtual/libgles2"
|
||||
PACKAGECONFIG[gbm] = ",,virtual/libgbm"
|
||||
PACKAGECONFIG[libinput] = ",,libinput"
|
||||
PACKAGECONFIG[libliftoff] = "-Dlibliftoff=enabled,-Dlibliftoff=disabled,libliftoff"
|
||||
PACKAGECONFIG[systemd] = ",,systemd"
|
||||
PACKAGECONFIG[sysvinit] = ",,eudev elogind"
|
||||
PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers glslang-native"
|
||||
PACKAGECONFIG[x11] = ",,xcb-util-renderutil"
|
||||
PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,xwayland xcb-util-wm,xwayland"
|
||||
|
||||
PACKAGECONFIG ?= " \
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'systemd vulkan x11 xwayland opengl', d)} \
|
||||
libinput \
|
||||
libliftoff \
|
||||
"
|
||||
|
||||
SRC_URI = "git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=master;protocol=https"
|
||||
SRCREV = "4666996b2a34b53899aedafcd3586fb1c7a16af6"
|
||||
PV = "0.18.0"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
|
||||
EXTRA_OEMESON += "--buildtype release"
|
||||
|
||||
do_install:append() {
|
||||
install -d ${D}${bindir}
|
||||
install -m 0755 ${B}/tinywl/tinywl ${D}${bindir}/tinywl-0.18
|
||||
}
|
||||
|
||||
FILES:${PN} += "${libdir}/libwlroots-*.so"
|
||||
FILES:${PN}-dev = "${includedir} ${libdir}/pkgconfig"
|
@ -40,8 +40,8 @@ PACKAGECONFIG ?= " \
|
||||
"
|
||||
|
||||
SRC_URI = "git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=master;protocol=https"
|
||||
SRCREV = "015bb8512ee314e1deb858cf7350b0220fc58702"
|
||||
PV = "0.19-dev"
|
||||
SRCREV = "59138460c42fec26df2460c4df23eb287197f8c0"
|
||||
PV = "0.18.0-dev"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user