mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 14:34:34 +02:00
hyprland: cleanup
This commit is contained in:
28
recipes-support/hyprland/aquamarine/aquamarine_git.bb
Normal file
28
recipes-support/hyprland/aquamarine/aquamarine_git.bb
Normal file
@ -0,0 +1,28 @@
|
||||
SUMMARY = "Aquamarine is a very light linux rendering backend library"
|
||||
HOMEPAGE = "https:/github.com/hyprwm/aquamarine"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983"
|
||||
|
||||
DEPENDS = " \
|
||||
hwdata \
|
||||
hyprutils \
|
||||
hyprwayland-scanner-native \
|
||||
libdrm \
|
||||
libdisplay-info \
|
||||
libinput \
|
||||
seatd \
|
||||
pixman \
|
||||
virtual/libgbm \
|
||||
wayland \
|
||||
wayland-native \
|
||||
wayland-protocols \
|
||||
"
|
||||
|
||||
SRC_URI = "git://github.com/hyprwm/aquamarine.git;protocol=https;branch=main"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "a23e9a9bdfa745efe578442f180e1079602ad6b9"
|
||||
PV = "0.5.1"
|
||||
|
||||
inherit cmake pkgconfig
|
Reference in New Issue
Block a user