mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-06-02 03:54:22 +02:00
Compare commits
6 Commits
9a9fa8e1aa
...
88f2bcfbbb
Author | SHA1 | Date | |
---|---|---|---|
|
88f2bcfbbb | ||
|
66674fd8a4 | ||
|
6c3874763e | ||
|
47bf0b71ea | ||
|
c8eec7bf3c | ||
|
95a483dd6e |
@ -10,6 +10,6 @@ SRC_URI = "git://github.com/hyprwm/hyprgraphics.git;protocol=https;branch=main"
|
||||
SRC_URI += "file://0001-hyprgraphics-fix-libspng-name.patch"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "12cd7034e441a5ebfdef1a090c0788413b4a635b"
|
||||
PV = "0.1.1"
|
||||
SRCREV = "9d7f2687c84c729afbc3b13f7937655570f2978d"
|
||||
PV = "0.1.3"
|
||||
inherit cmake pkgconfig
|
||||
|
@ -9,7 +9,7 @@ DEPENDS = "hyprutils"
|
||||
SRC_URI = "git://github.com/hyprwm/hyprlang.git;protocol=https;branch=main"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "55608efdaa387af7bfdc0eddb404c409958efa43"
|
||||
PV = "0.6.0"
|
||||
SRCREV = "f1000c54d266e6e4e9d646df0774fac5b8a652df"
|
||||
PV = "0.6.1"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
@ -29,8 +29,8 @@ DEPENDS = " \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "e588351d1df57b125fda8d92f5b36a435545bb95"
|
||||
PV = "0.7.0"
|
||||
SRCREV = "b3f1aa7580d100032a810343b36b758a8026ec43"
|
||||
PV = "0.8.1"
|
||||
|
||||
inherit cmake pkgconfig features_check
|
||||
|
||||
|
@ -4,9 +4,9 @@ LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=936078e4e67b0e1e1bd1e862d4ffbc25"
|
||||
|
||||
SRC_URI = "git://github.com/hyprwm/hyprpicker.git;protocol=https;branch=main"
|
||||
PV = "0.4.2"
|
||||
PV = "0.4.4"
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "b85b06577d8dcaa9ea4cd519b2b26dc575b06296"
|
||||
SRCREV = "fd77aea026d1cf46ebeeee44f6b5772116858048"
|
||||
|
||||
DEPENDS = " \
|
||||
cairo \
|
||||
|
@ -9,7 +9,7 @@ DEPENDS = "pixman"
|
||||
SRC_URI = "git://github.com/hyprwm/hyprutils.git;protocol=https;branch=main"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "dd1f720cbc2dbb3c71167c9598045dd3261d27b3"
|
||||
PV = "0.5.2"
|
||||
SRCREV = "f2dc70e448b994cef627a157ee340135bd68fbc6"
|
||||
PV = "0.6.0"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
58
recipes-wlroots/wlroots/wlroots-0.19.bb
Normal file
58
recipes-wlroots/wlroots/wlroots-0.19.bb
Normal file
@ -0,0 +1,58 @@
|
||||
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 = "156d47c8665e7508623e3e96db0b0300742db937"
|
||||
PV = "0.19-rc3"
|
||||
|
||||
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}
|
||||
}
|
||||
|
||||
FILES:${PN} += "${libdir}/libwlroots-*.so"
|
||||
FILES:${PN}-dev = "${includedir} ${libdir}/pkgconfig"
|
Loading…
x
Reference in New Issue
Block a user