gui-apps/ignis: fix library install path, remove unneeded patch
This commit is contained in:
parent
b22e34be20
commit
f4def06406
2 changed files with 4 additions and 25 deletions
|
@ -54,12 +54,15 @@ BDEPEND="${COMMON_DEPEND}
|
|||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-gvc-collision.patch
|
||||
"${FILESDIR}"/${PN}-grass-sass.patch
|
||||
)
|
||||
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
src_configure() {
|
||||
meson_src_configure --libdir="$(get_libdir)/ignis"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
meson_src_install
|
||||
python_optimize "${D}$(python_get_sitedir)/${PN}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue