mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 17:43:51 +02:00
mutter: fix typelibdir variable
Previously we were using pc_sysrootdir which is an issue since this is used for the rpath.
This commit is contained in:
parent
26f4ec35e2
commit
797cb02fec
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mutter'
|
# Template file for 'mutter'
|
||||||
pkgname=mutter
|
pkgname=mutter
|
||||||
version=42.3
|
version=42.3
|
||||||
revision=1
|
revision=2
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Degl_device=true -Dudev=true -Dnative_backend=true
|
configure_args="-Degl_device=true -Dudev=true -Dnative_backend=true
|
||||||
|
@ -35,7 +35,6 @@ post_install() {
|
||||||
# modify the pkg-config files to respect ${pc_sysrootdir} for variables that are
|
# modify the pkg-config files to respect ${pc_sysrootdir} for variables that are
|
||||||
# meant to be called with 'pkg-config --variable'
|
# meant to be called with 'pkg-config --variable'
|
||||||
vsed -e 's|^girdir.*|girdir=${pc_sysrootdir}/${libdir}/mutter-10|g' \
|
vsed -e 's|^girdir.*|girdir=${pc_sysrootdir}/${libdir}/mutter-10|g' \
|
||||||
-e 's|^typelibdir.*|typelibdir=${pc_sysrootdir}/${libdir}/mutter-10|g' \
|
|
||||||
-i ${DESTDIR}/usr/lib/pkgconfig/libmutter-10.pc
|
-i ${DESTDIR}/usr/lib/pkgconfig/libmutter-10.pc
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue