mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-27 05:58:22 +01:00
aquamarine: add recipe
This commit is contained in:
parent
3cf9b83dfc
commit
ef2be188db
24
recipes-support/hyprland/aquamarine_git.bb
Normal file
24
recipes-support/hyprland/aquamarine_git.bb
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
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 = " \
|
||||||
|
hyprutils \
|
||||||
|
hyprwayland-scanner-native \
|
||||||
|
libdrm \
|
||||||
|
pixman \
|
||||||
|
virtual/libgbm \
|
||||||
|
wayland \
|
||||||
|
wayland-native \
|
||||||
|
wayland-protocols \
|
||||||
|
"
|
||||||
|
|
||||||
|
SRC_URI = "git://github.com/hyprwm/aquamarine.git;protocol=https;branch=main"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
SRCREV = "d435736fa73fedffa5aba2bfa01c6c33efb8b884"
|
||||||
|
PV = "0.1.0"
|
||||||
|
|
||||||
|
inherit cmake pkgconfig
|
Loading…
Reference in New Issue
Block a user