aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Berres <armin.berres@basyskom.de>2010-04-22 16:07:30 +0200
committerTomas Junnonen <tomas.junnonen@nokia.com>2010-04-23 12:33:38 +0300
commit604925bc217339cd28a715a5d568fa1a52cdc847 (patch)
tree6a9021be4defd4796c005f0e8c524249c2e91521
parent80eeb55e98443c8177921dbbed356bdfe502793e (diff)
Changes: add missing dependencies
RevBy: Holger, Tomas Details: The dev-package must depend on the library packages it ships the .so symlinks for. Extensions and settings library need to be linked against core.
-rw-r--r--debian/control2
-rw-r--r--src/extensions/extensions.pro2
-rw-r--r--src/settings/settings.pro2
3 files changed, 4 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 0e4d395a..0e04e178 100644
--- a/debian/control
+++ b/debian/control
@@ -39,7 +39,7 @@ Description: MeeGo Touch binary files
Package: libmeegotouch-dev
Section: devel
Architecture: any
-Depends: libmeegotouchcore0 (= ${Source-Version}), meegotouch-dev-tools (=${Source-Version}), libqt4-dev (>= 4.6.0), libx11-dev, libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev, libgconf2-dev, libcontextsubscriber-dev, libxdamage-dev
+Depends: libmeegotouchcore0 (= ${Source-Version}), libmeegotouchextensions0 (= ${Source-Version}), libmeegotouchsettings0 (= ${Source-Version}), libmeegotouchviews0 (= ${Source-Version}), meegotouch-dev-tools (=${Source-Version}), libqt4-dev (>= 4.6.0), libx11-dev, libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev, libgconf2-dev, libcontextsubscriber-dev, libxdamage-dev
Description: MeeGo Touch development files
Development files for MeeGo Touch
diff --git a/src/extensions/extensions.pro b/src/extensions/extensions.pro
index 0611f315..3c5a58ce 100644
--- a/src/extensions/extensions.pro
+++ b/src/extensions/extensions.pro
@@ -20,7 +20,7 @@ contains(DEFINES, HAVE_DBUS) {
include(style/style.pri)
}
-LIBS += -lmeegotouchviews -lmeegotouchsettings
+LIBS += -lmeegotouchviews -lmeegotouchsettings -lmeegotouchcore
SOURCES += mextensionslibrary.cpp
diff --git a/src/settings/settings.pro b/src/settings/settings.pro
index 64a47da8..62185d25 100644
--- a/src/settings/settings.pro
+++ b/src/settings/settings.pro
@@ -12,4 +12,6 @@ include(settingslanguage/settingslanguage.pri)
SOURCES += msettingslibrary.cpp
+LIBS += -lmeegotouchcore
+
include(../common_bot.pri)