aboutsummaryrefslogtreecommitdiff
path: root/mthemedaemon
diff options
context:
space:
mode:
authorAdrien Bustany <abustany@gnome.org>2010-04-21 17:10:07 -0400
committerTomas Junnonen <tomas.junnonen@nokia.com>2010-04-28 10:29:36 +0300
commit623150d277f4c5acaf94a64095b9c9e10c103e4f (patch)
tree11cacc7ff02881f40944b02e43e8ba72b74ac0f1 /mthemedaemon
parentf0462ed00bafbdf64900d10a7e7ad1d25b304a60 (diff)
Changes: PKGCONFIG checks for mthemedaemon
RevBy: Tomas Details: The PKGCONFIG directives in mthemedaemon's .pro file didn't add the right linker flags, leading to missing symbols for both g_object_unref and XSync. This commit adds PKGCONFIG checks on gobject-2.0 and x11, fixing that problem.
Diffstat (limited to 'mthemedaemon')
-rw-r--r--mthemedaemon/mthemedaemon.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/mthemedaemon/mthemedaemon.pro b/mthemedaemon/mthemedaemon.pro
index 753cba8b..98bcdbb6 100644
--- a/mthemedaemon/mthemedaemon.pro
+++ b/mthemedaemon/mthemedaemon.pro
@@ -22,6 +22,8 @@ DEFINES += QT_STRICT_ITERATORS
!win32:CONFIG += link_pkgconfig
PKGCONFIG += gconf-2.0
+PKGCONFIG += gobject-2.0
+PKGCONFIG += x11
# Input
SOURCES += main.cpp \