~saviq/unity8/trusty-split-common

« back to all changes in this revision

Viewing changes to plugins/Unity/Indicators/CMakeLists.txt

  • Committer: Nick Dedekind
  • Date: 2014-04-09 14:51:09 UTC
  • mto: This revision was merged to the branch mainline in revision 844.
  • Revision ID: nicholas.dedekind@gmail.com-20140409145109-xot0d8cccmmqk14u
removed upstart from indicator manager

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
pkg_check_modules(GLIB REQUIRED glib-2.0>=2.32)
7
7
pkg_check_modules(GIO REQUIRED gio-2.0>=2.32)
8
8
pkg_check_modules(QMENUMODEL REQUIRED qmenumodel)
9
 
pkg_check_modules(LIBUPSTART REQUIRED libupstart libnih libnih-dbus dbus-1)
10
9
 
11
10
find_package(Qt5Core REQUIRED)
12
11
find_package(Qt5Quick REQUIRED)
19
18
    ${GLIB_INCLUDE_DIRS}
20
19
    ${GIO_INCLUDE_DIRS}
21
20
    ${QMENUMODEL_INCLUDE_DIRS}
22
 
    ${LIBUPSTART_INCLUDE_DIRS}
23
21
)
24
22
 
25
23
set(IndicatorsQML_SOURCES
54
52
    ${GLIB_LIBRARIES}
55
53
    ${GIO_LIBRARIES}
56
54
    ${QMENUMODEL_LDFLAGS}
57
 
    ${LIBUPSTART_LIBRARIES}
58
55
)
59
56
 
60
57
qt5_use_modules(IndicatorsQml Core Qml Quick)