gnome-shell: embed rpath for gnome-bluetooth to make this work.

This commit is contained in:
Juan RP 2011-04-08 22:35:30 +02:00
parent 0c38432293
commit 111cce69e3

View file

@ -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()