Skip to content

Commit

Permalink
Fixes: NB#218233 - systemui 0.19.11 tests compilation errors
Browse files Browse the repository at this point in the history
Bug: NB#218233 - systemui 0.19.11 tests compilation errors
RevBy: TrustMe
Details:
 Add contextsubscriber linking to all unit tests by default. This fixes
 Meego OBS compilation issues.
  • Loading branch information
Artem Egorkine committed Jan 12, 2011
1 parent 3d77346 commit 01da1a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
system-ui (0.19.12~1) unstable; urgency=low

* [UNRELEASED]
* Fixes: NB#218233 - systemui 0.19.11 tests compilation errors

-- Vesa Halttunen <[email protected]> Mon, 10 Jan 2011 17:26:36 +0200

Expand Down
4 changes: 4 additions & 0 deletions tests/common_top.pri
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ DEFINES += UNIT_TEST
LIBS += -L../../lib
QMAKE_LFLAGS_RPATH = -Wl

contains(DEFINES, HAVE_CONTEXTSUBSCRIBER) {
PKGCONFIG += contextsubscriber-1.0
}

contains(DEFINES, HAVE_LIBNGF) {
PKGCONFIG += libngf0
}
Expand Down

0 comments on commit 01da1a1

Please sign in to comment.