Show version of devkit-power used
authorEnrico Zini <enrico@enricozini.org>
Fri, 18 Dec 2009 11:06:31 +0000 (11:06 +0000)
committerEnrico Zini <enrico@enricozini.org>
Fri, 18 Dec 2009 11:06:31 +0000 (11:06 +0000)
README
src/CMakeLists.txt

diff --git a/README b/README
index 3b5cfc14a9858749a17ac3a7315ff75bb93ce058..e58739be3dba45d4a1214a1efbda39547e2dfb4f 100644 (file)
--- a/README
+++ b/README
@@ -155,12 +155,11 @@ TODO list / wish list
  http://git.freesmartphone.org/?p=specs.git;a=blob_plain;f=html/index.html;hb=HEAD
 
  * Features to add:
  http://git.freesmartphone.org/?p=specs.git;a=blob_plain;f=html/index.html;hb=HEAD
 
  * Features to add:
- remove dependency on devkit-power
+ remove dependency on devkit-power
     + do the watching/triggering taking code from devkit-power
     + do the parsing hardcoded
     + do the watching/triggering taking code from devkit-power
     + do the parsing hardcoded
-    - devkit-power conditional compilation
+    + devkit-power conditional compilation
     - remove libdevkit-power-gobject1 from the phone
     - remove libdevkit-power-gobject1 from the phone
-    - do the parsing via lua
  - fisheye list music player
     - player page with seek/skip controls
     - playlist editor
  - fisheye list music player
     - player page with seek/skip controls
     - playlist editor
@@ -175,6 +174,7 @@ TODO list / wish list
  - volume control in power menu
  - space buttons from sliders, to avoid shutting down instead of lowering the volume
  - lua config
  - volume control in power menu
  - space buttons from sliders, to avoid shutting down instead of lowering the volume
  - lua config
+ - battery without devkit: do the parsing via lua
  - contacts: show as a fancy focus+context list (see prefuse)
     - vcard on e-vcard.{h,c}
     - ical on libical-dev
  - contacts: show as a fancy focus+context list (see prefuse)
     - vcard on e-vcard.{h,c}
     - ical on libical-dev
index 84c9438e52869cd6a457408bcd62e01a5e3c242a..62050819afe433e35981b3d376bf0690da49a20d 100644 (file)
@@ -12,7 +12,7 @@ add_definitions(-Wall)
 # -Werror 
 
 if (ZAVAI_devkit-power-gobject_VERSION)
 # -Werror 
 
 if (ZAVAI_devkit-power-gobject_VERSION)
-  message("Using devkit-power-gobject")
+  message("Using devkit-power-gobject version ${ZAVAI_devkit-power-gobject_VERSION}")
   add_definitions(-DUSE_DKP)
   set(VFLAGS ${VFLAGS} --define=USE_DKP)
 else()
   add_definitions(-DUSE_DKP)
   set(VFLAGS ${VFLAGS} --define=USE_DKP)
 else()