diff options
author | John Lee <john_lee@openmoko.org> | 2008-04-23 13:20:39 +0000 |
---|---|---|
committer | John Lee <john_lee@openmoko.org> | 2008-04-23 13:20:39 +0000 |
commit | 290ea7e6acb3703cf8ebcd47d761d960db822557 (patch) | |
tree | 94dc28d2683e9bc24862010925b1c89fbdef0c7e /conf/distro/include/sane-srcdates.inc | |
parent | 82524d6e41496289681064719e6fa885f97967e7 (diff) |
EFL_SRCDATE: always build efl stuffs today when enable moko-autorev
Diffstat (limited to 'conf/distro/include/sane-srcdates.inc')
-rw-r--r-- | conf/distro/include/sane-srcdates.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/sane-srcdates.inc b/conf/distro/include/sane-srcdates.inc index 48828ea688..15d37d2e2a 100644 --- a/conf/distro/include/sane-srcdates.inc +++ b/conf/distro/include/sane-srcdates.inc @@ -52,7 +52,7 @@ SRCDATE_gtkhtml2 ?= "20060323" # Enlightenment Foundation Libraries # Caution: This is not alphabetically, but (roughly) dependency-sorted. # Please leave it like that. -EFL_SRCDATE = "20080411" +EFL_SRCDATE ?= "20080411" SRCDATE_edb-native ?= "${EFL_SRCDATE}" SRCDATE_edb ?= "${EFL_SRCDATE}" SRCDATE_eet-native ?= "${EFL_SRCDATE}" |