1 # Copyright 2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION="A client-side decorations library for Wayland clients"
9 HOMEPAGE="https://gitlab.freedesktop.org/libdecor/libdecor"
10 SRC_URI="https://gitlab.freedesktop.org/libdecor/libdecor/-/archive/${PV}/${P}.tar.bz2"
18 >=dev-libs/wayland-1.18
19 >=dev-libs/wayland-protocols-1.15
21 dbus? ( sys-apps/dbus )
24 media-libs/mesa[egl(+)]
32 # Avoid auto-magic, built-in feature of meson
33 -Dauto_features=disabled
36 $(meson_use examples demo)