mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 12:28:25 +01:00
28 lines
598 B
BlitzBasic
28 lines
598 B
BlitzBasic
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 \
|
|
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 = "2e0052a21dc02c3cc2e131dabc2eff1990901b52"
|
|
PV = "0.1.0"
|
|
|
|
inherit cmake pkgconfig
|