[Lunar-commits] <moonbase> edje: fix DEPENDS

Michael 'v4hn' Goerner v4hn at lunar-linux.org
Wed May 9 21:53:28 CEST 2012


commit 36d1a267c37aa04125ed842c7a4f99522c7d9f4c
Author: Guillaume <sirocco at gmx.fr>
Date:   Wed May 9 21:53:28 2012 +0200

    edje: fix DEPENDS
    
    lua is mandatory, not optional,
    
    Guillaume
    
    here is what happen without lua :
    
    root at sirocco2 /var/lib/lunar/moonbase/zlocal # lin -r -c edje
    edje: Install & use optional (not installed) module lua
              Purpose: for LUA support ? [n]
    Checking dependencies for edje
    Building edje version 1.2.0
    configure: WARNING: unrecognized options: --disable-lua
    (...)
    configure: error: Cannot find lua library. Be sure that you have installed it and set CFLAGS and LDFLAGS correctly
---
 efl/edje/DEPENDS |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/efl/edje/DEPENDS b/efl/edje/DEPENDS
index 98eee7f..dc6fc58 100644
--- a/efl/edje/DEPENDS
+++ b/efl/edje/DEPENDS
@@ -3,5 +3,4 @@ depends eet
 depends eina
 depends evas
 depends embryo
-
-optional_depends lua "" "--disable-lua" "for LUA support"
+depends lua


More information about the Lunar-commits mailing list