wok-next diff weston/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents cc34674845c1
children d5aab818505e
line diff
     1.1 --- a/weston/receipt	Fri Mar 16 12:14:10 2018 +0200
     1.2 +++ b/weston/receipt	Thu May 10 22:58:32 2018 +0300
     1.3 @@ -18,14 +18,14 @@
     1.4  SPLIT="weston-dev"
     1.5  
     1.6  compile_rules() {
     1.7 -	fix ld
     1.8  	./configure \
     1.9  		--prefix=/usr \
    1.10  		--libexec=/usr/lib/weston \
    1.11  		--disable-documentation \
    1.12  		--enable-fbdev-compositor &&
    1.13  	fix libtool &&
    1.14 -	make && make install || return 1
    1.15 +	make &&
    1.16 +	make install || return 1
    1.17  
    1.18  	# Custom weston-session
    1.19  	cp -f $stuff/weston-session $install/usr/bin