mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 07:49:00 -04:00
gui-apps/ashell: use llvm-r1 to setup libclang
Closes: https://bugs.gentoo.org/944409 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
parent
f074f7e62a
commit
323947fdf0
@ -472,7 +472,10 @@ declare -A GIT_CRATES=(
|
||||
[smithay-clipboard]='https://github.com/pop-os/smithay-clipboard;ab422ddcc95a9a1717df094f9c8fe69e2fdb2a27;smithay-clipboard-%commit%'
|
||||
)
|
||||
|
||||
inherit cargo
|
||||
LLVM_COMPAT=( 18 19 )
|
||||
RUST_NEEDS_LLVM=1
|
||||
|
||||
inherit cargo llvm-r1
|
||||
|
||||
DESCRIPTION="A ready to go Wayland status bar for Hyprland"
|
||||
HOMEPAGE="https://github.com/MalpenZibo/ashell"
|
||||
@ -497,3 +500,12 @@ RDEPEND="
|
||||
media-video/pipewire:=
|
||||
x11-libs/libxkbcommon
|
||||
"
|
||||
# libclang is required for bindgen
|
||||
BDEPEND="
|
||||
$(llvm_gen_dep 'llvm-core/clang:${LLVM_SLOT}')
|
||||
"
|
||||
|
||||
pkg_setup() {
|
||||
llvm-r1_pkg_setup
|
||||
rust_pkg_setup
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user