Compare commits

..

No commits in common. "88f2bcfbbbdb348dc119668e9f87856c7ced3a02" and "9a9fa8e1aac7418a8a941d33ec00b595b2f6a007" have entirely different histories.

6 changed files with 10 additions and 68 deletions

View File

@ -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" SRC_URI += "file://0001-hyprgraphics-fix-libspng-name.patch"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
SRCREV = "9d7f2687c84c729afbc3b13f7937655570f2978d" SRCREV = "12cd7034e441a5ebfdef1a090c0788413b4a635b"
PV = "0.1.3" PV = "0.1.1"
inherit cmake pkgconfig inherit cmake pkgconfig

View File

@ -9,7 +9,7 @@ DEPENDS = "hyprutils"
SRC_URI = "git://github.com/hyprwm/hyprlang.git;protocol=https;branch=main" SRC_URI = "git://github.com/hyprwm/hyprlang.git;protocol=https;branch=main"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
SRCREV = "f1000c54d266e6e4e9d646df0774fac5b8a652df" SRCREV = "55608efdaa387af7bfdc0eddb404c409958efa43"
PV = "0.6.1" PV = "0.6.0"
inherit cmake pkgconfig inherit cmake pkgconfig

View File

@ -29,8 +29,8 @@ DEPENDS = " \
" "
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
SRCREV = "b3f1aa7580d100032a810343b36b758a8026ec43" SRCREV = "e588351d1df57b125fda8d92f5b36a435545bb95"
PV = "0.8.1" PV = "0.7.0"
inherit cmake pkgconfig features_check inherit cmake pkgconfig features_check

View File

@ -4,9 +4,9 @@ LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=936078e4e67b0e1e1bd1e862d4ffbc25" LIC_FILES_CHKSUM = "file://LICENSE;md5=936078e4e67b0e1e1bd1e862d4ffbc25"
SRC_URI = "git://github.com/hyprwm/hyprpicker.git;protocol=https;branch=main" SRC_URI = "git://github.com/hyprwm/hyprpicker.git;protocol=https;branch=main"
PV = "0.4.4" PV = "0.4.2"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
SRCREV = "fd77aea026d1cf46ebeeee44f6b5772116858048" SRCREV = "b85b06577d8dcaa9ea4cd519b2b26dc575b06296"
DEPENDS = " \ DEPENDS = " \
cairo \ cairo \

View File

@ -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 = "f2dc70e448b994cef627a157ee340135bd68fbc6" SRCREV = "dd1f720cbc2dbb3c71167c9598045dd3261d27b3"
PV = "0.6.0" PV = "0.5.2"
inherit cmake pkgconfig inherit cmake pkgconfig

View File

@ -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 = "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"