wok-current rev 17777
awesome: remove Lua GObject introspection detection
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 14 13:37:49 2015 +0100 (2015-03-14) |
parents | bd69f702d485 |
children | 30df8b559c87 |
files | awesome/receipt |
line diff
1.1 --- a/awesome/receipt Sat Mar 14 13:26:37 2015 +0100 1.2 +++ b/awesome/receipt Sat Mar 14 13:37:49 2015 +0100 1.3 @@ -24,6 +24,7 @@ 1.4 compile_rules() 1.5 { 1.6 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -ldl" 1.7 + export AWESOME_IGNORE_LGI=1 1.8 make CMAKE_ARGS=" -DCMAKE_INSTALL_PREFIX:PATH=/usr \ 1.9 -DXDG_CONFIG_DIR=/etc/xdg \ 1.10 -DCMAKE_BUILD_TYPE=RELEASE" &&