2024-06-21 19:30:20 +02:00
|
|
|
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 = " \
|
2024-07-10 10:55:29 +02:00
|
|
|
hwdata \
|
2024-06-21 19:30:20 +02:00
|
|
|
hyprutils \
|
|
|
|
hyprwayland-scanner-native \
|
|
|
|
libdrm \
|
2024-06-25 05:29:23 +02:00
|
|
|
libdisplay-info \
|
|
|
|
libinput \
|
|
|
|
seatd \
|
2024-06-21 19:30:20 +02:00
|
|
|
pixman \
|
|
|
|
virtual/libgbm \
|
|
|
|
wayland \
|
|
|
|
wayland-native \
|
|
|
|
wayland-protocols \
|
|
|
|
"
|
|
|
|
|
|
|
|
SRC_URI = "git://github.com/hyprwm/aquamarine.git;protocol=https;branch=main"
|
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
2024-10-15 12:36:57 +02:00
|
|
|
SRCREV = "9874e08eec85b5542ca22494e127b0cdce46b786"
|
|
|
|
PV = "0.4.3"
|
2024-06-21 19:30:20 +02:00
|
|
|
|
|
|
|
inherit cmake pkgconfig
|