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-08-19 11:03:04 +02:00
|
|
|
SRCREV = "7f8df01d4297b9068a9592400f16044602844f86"
|
|
|
|
PV = "0.3.2"
|
2024-06-21 19:30:20 +02:00
|
|
|
|
|
|
|
inherit cmake pkgconfig
|