wok diff compiz-core/receipt @ rev 14130

move xfconf to libxfconf (xfce itself use this name), recook libxfce4ui (depend on libxfconf)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 28 10:46:10 2013 +0000 (2013-02-28)
parents 4db4ca0c9c3e
children 5286a067ac76
line diff
     1.1 --- a/compiz-core/receipt	Fri Apr 20 18:12:15 2012 +0200
     1.2 +++ b/compiz-core/receipt	Thu Feb 28 10:46:10 2013 +0000
     1.3 @@ -18,6 +18,9 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
     1.8 +	export LDFLAGS="-Wl,--copy-dt-needed-entries"
     1.9 +	
    1.10  	cd $src
    1.11  	mkdir build && cd build
    1.12  	cmake \