author | kergoth <kergoth> | 2002-11-20 22:25:30 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-20 22:25:30 (UTC) |
commit | a774bb8cba1c35a9a499d38cbfed77fada4b1426 (patch) (side-by-side diff) | |
tree | 427213368ce9df508001a1440b54405912d83f45 | |
parent | bbf51378cf165bb2c60b64a1bad141379145889d (diff) | |
download | opie-a774bb8cba1c35a9a499d38cbfed77fada4b1426.zip opie-a774bb8cba1c35a9a499d38cbfed77fada4b1426.tar.gz opie-a774bb8cba1c35a9a499d38cbfed77fada4b1426.tar.bz2 |
Dont build zaurus batteryapplet unless target machine is zaurus
-rw-r--r-- | core/applets/batteryapplet/config.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/core/applets/batteryapplet/config.in b/core/applets/batteryapplet/config.in index 16fe8f4..5c3b591 100644 --- a/core/applets/batteryapplet/config.in +++ b/core/applets/batteryapplet/config.in @@ -1,7 +1,4 @@ -menu "batteryapplet" - config BATTERYAPPLET boolean "batteryapplet" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE -endmenu + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && TARGET_SHARP |