summaryrefslogtreecommitdiff
authorsandman <sandman>2002-11-24 18:40:29 (UTC)
committer sandman <sandman>2002-11-24 18:40:29 (UTC)
commit30151dca910f07170cd4773b9e440c37d53d500e (patch) (side-by-side diff)
treea1f22bd60bf6aa5107fd02157f718a1cf381b01a
parent75cf5d2277d66f533167bcb2e3b6f0eee2424d96 (diff)
downloadopie-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
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile1
-rw-r--r--core/launcher/opie-taskbar.control2
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4278d1f..5b4c86b 100644
--- a/Makefile
+++ b/Makefile
@@ -25,48 +25,49 @@ APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \
MAIL= noncore/mail/libmail noncore/mail/bend
PLAYER = core/multimedia/opieplayer/libmpeg3 \
core/multimedia/opieplayer/libmad \
core/multimedia/opieplayer/wavplugin \
core/multimedia/opieplayer/modplug
COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER)
PIMAPPS = core/pim/addressbook core/pim/datebook \
core/pim/today core/pim/todo
TODAYPLUGINS = core/pim/today/plugins/datebook \
core/pim/today/plugins/todolist \
core/pim/today/plugins/mail \
noncore/todayplugins/stockticker/stockticker noncore/todayplugins/stockticker/stocktickerlib \
noncore/todayplugins/fortune \
noncore/todayplugins/weather
COREAPPS = core/apps/filebrowser core/apps/helpbrowser \
core/apps/textedit core/apps/embeddedkonsole \
core/launcher \
+ core/launcher/libpreload \
core/opie-login \
core/apps/oipkg core/apps/qcop
COREMULTIMEDIA = core/multimedia/opieplayer
CORESETTINGS = core/settings/light-and-power core/settings/security \
noncore/settings/netsystemtime core/settings/citytime \
core/settings/launcher
NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \
noncore/settings/appearance2 noncore/settings/sound \
noncore/settings/mediummount \
noncore/settings/tabmanager noncore/settings/appskey \
noncore/settings/sshkeys noncore/settings/usermanager \
noncore/settings/backup
NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \
noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm \
noncore/tools/formatter
NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \
noncore/styles/flat noncore/styles/fresh
NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \
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,9 +1,9 @@
-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)
Description: Launcher for Opie
The "finder" or "explorer", or whatever you want to call it.