mirror of https://github.com/cutefishos/appmotor
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
597 B
Plaintext
15 lines
597 B
Plaintext
/*! \page debianpackaging Packaging boosted applications
|
|
|
|
Applications using the launcher must depend on the \c applauncherd
|
|
package. For applications that use the exec booster, this is the only
|
|
dependency that is needed. For applications that use the QML booster
|
|
or the Qt booster, add a build dependency to the \c applauncherd-dev
|
|
package. For applications that use the MeeGo Touch booster, add a
|
|
build dependency to the \c libmeegotouch-dev package.
|
|
|
|
When packaging applications for MeeGo 1.2 Harmattan, you may also need to
|
|
\ref aegis "modify the aegis manifest file" of the application.
|
|
|
|
|
|
*/
|