gnome-shell: embed rpath for gnome-bluetooth to make this work.
This commit is contained in:
parent
0c38432293
commit
111cce69e3
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gnome-shell'
|
||||
pkgname=gnome-shell
|
||||
version=3.0.0.2
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-schemas-install --disable-schemas-compile
|
||||
|
@ -124,6 +124,7 @@ Add_dependency full desktop-file-utils
|
|||
pre_configure()
|
||||
{
|
||||
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/lib/gnome-bluetooth"
|
||||
export LDFLAGS="-Wl,-R/usr/lib/gnome-bluetooth"
|
||||
}
|
||||
|
||||
post_install()
|
||||
|
|
Loading…
Reference in a new issue