author | mickeyl <mickeyl> | 2004-04-30 14:13:38 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-04-30 14:13:38 (UTC) |
commit | ca3f6e77dc7ccf5ebfff346d1866bbdfae802f48 (patch) (side-by-side diff) | |
tree | 74a80d520bec7a3eb0b7b1847d1a0e4e712b011b /core | |
parent | b313bfcc63e972b1dfe059d91fe364d535478c7c (diff) | |
download | opie-ca3f6e77dc7ccf5ebfff346d1866bbdfae802f48.zip opie-ca3f6e77dc7ccf5ebfff346d1866bbdfae802f48.tar.gz opie-ca3f6e77dc7ccf5ebfff346d1866bbdfae802f48.tar.bz2 |
too bad... there is lots of hardcoded stuff and compatibility cruft which
calls for "qpe". Let's postpone this for Opie 2.0 then.
-rw-r--r-- | core/launcher/opie-taskbar.control | 2 | ||||
-rw-r--r-- | core/launcher/server.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/launcher/opie-taskbar.control b/core/launcher/opie-taskbar.control index d2d070c..778aff3 100644 --- a/core/launcher/opie-taskbar.control +++ b/core/launcher/opie-taskbar.control @@ -1,10 +1,10 @@ Package: opie-taskbar -Files: bin/opie apps/Settings/Calibrate.desktop pics/launcher pics/devicebuttons/*.png plugins/applets/libsuspendapplet.so* plugins/applets/libhomeapplet.so* plugins/applets/liblogoutapplet.so* plugins/applets/librotateapplet.so* root/etc/init.d/opie +Files: bin/qpe apps/Settings/Calibrate.desktop pics/launcher pics/devicebuttons/*.png plugins/applets/libsuspendapplet.so* plugins/applets/libhomeapplet.so* plugins/applets/liblogoutapplet.so* plugins/applets/librotateapplet.so* root/etc/init.d/opie Priority: required Section: opie/system Maintainer: Opie Team <opie@handhelds.org> Architecture: arm Depends: task-opie-minimal Replaces: opie-rotation Description: Launcher for Opie Version: $QPE_VERSION$EXTRAVERSION diff --git a/core/launcher/server.pro b/core/launcher/server.pro index d4bf39b..4e6a581 100644 --- a/core/launcher/server.pro +++ b/core/launcher/server.pro @@ -62,23 +62,23 @@ SOURCES += server.cpp \ qprocess_unix.cpp \ screensaver.cpp \ $$(OPIEDIR)/noncore/settings/mediummount/mediumwidget.cc \ mediadlg.cpp INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate DEPENDPATH += $(OPIEDIR)/core/apps/calibrate INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/rsync DEPENDPATH += $(OPIEDIR)/rsync INCLUDEPATH += $(OPIEDIR)/noncore/settings/mediummount DEPENDPATH += $(OPIEDIR)/noncore/settings/mediummount LIBS += -lqpe -lopiecore2 -lopieui2 -lqrsync -TARGET = opie +TARGET = qpe contains( $(CONFIG_TARGET_MACOSX), y ) { LIBS += -lcrypt } include ( $(OPIEDIR)/include.pro ) |