author | sandman <sandman> | 2002-11-24 18:40:29 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-11-24 18:40:29 (UTC) |
commit | 30151dca910f07170cd4773b9e440c37d53d500e (patch) (side-by-side diff) | |
tree | a1f22bd60bf6aa5107fd02157f718a1cf381b01a /core | |
parent | 75cf5d2277d66f533167bcb2e3b6f0eee2424d96 (diff) | |
download | opie-30151dca910f07170cd4773b9e440c37d53d500e.zip opie-30151dca910f07170cd4773b9e440c37d53d500e.tar.gz opie-30151dca910f07170cd4773b9e440c37d53d500e.tar.bz2 |
- added the new preload lib to the main Makefile
- added the new preload lib to the launcher ipk control file
-rw-r--r-- | core/launcher/opie-taskbar.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/launcher/opie-taskbar.control b/core/launcher/opie-taskbar.control index 13e5715..dca4b08 100644 --- a/core/launcher/opie-taskbar.control +++ b/core/launcher/opie-taskbar.control @@ -1,7 +1,7 @@ -Files: bin/qpe apps/Settings/Calibrate.desktop pics/launcher plugins/applets/libsuspendapplet.so* plugins/applets/libhomeapplet.so* plugins/applets/liblogoutapplet.so* +Files: bin/qpe $QTDIR/lib/libpreload.so* apps/Settings/Calibrate.desktop pics/launcher plugins/applets/libsuspendapplet.so* plugins/applets/libhomeapplet.so* plugins/applets/liblogoutapplet.so* Priority: required Section: opie/system Maintainer: Project Opie <opie@handhelds.org> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION.1 Depends: qt-embedded (>=$QTE_VERSION) |