aboutsummaryrefslogtreecommitdiff
path: root/src/common_top.pri
diff options
context:
space:
mode:
authorMiroslav Safr <miroslav.safr@tieto.com>2010-07-13 18:36:54 +0300
committerTomas Junnonen <tomas.junnonen@nokia.com>2010-07-14 12:55:29 +0300
commit0ddc13d711299ab9d3e46cc4f74f8882f46fcf45 (patch)
tree17ea8a42ca7376b68e450dcc15afcc4430c41f47 /src/common_top.pri
parent02e109ccddcd553743db1198bdd4a05bfa6c3fea (diff)
Fixes: NB#179128 - Configure doesn't check for Xdamage extension
RevBy: Tomas Junnonen Details: added HAVE_XDAMAGE macro to be able to use libmeegotouch without dependency on libxdamage
Diffstat (limited to 'src/common_top.pri')
-rw-r--r--src/common_top.pri4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common_top.pri b/src/common_top.pri
index a7430982..6598b006 100644
--- a/src/common_top.pri
+++ b/src/common_top.pri
@@ -77,7 +77,9 @@ contains(M_PROFILE_PARTS, theme) {
## Dependencies
# list pkg-config dependencies here
-!macx:PKGCONFIG += xdamage
+contains(DEFINES, HAVE_XDAMAGE) {
+ PKGCONFIG += xdamage
+}
contains(DEFINES, HAVE_ICU) {
LIBS += -licui18n -licuuc -licudata