~ubuntu-branches/ubuntu/vivid/cairo-dock-plug-ins/vivid

« back to all changes in this revision

Viewing changes to alsaMixer/src/CMakeLists.txt

  • Committer: Matthieu Baerts
  • Date: 2013-08-27 14:46:47 UTC
  • mto: (53.1.4 cairo-dock-plug-ins)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: matttbe@gmail.com-20130827144647-wm0kyawa8vcg0cso
Tags: upstream-3.2.99.beta1.1~20130827~bzr2928
ImportĀ upstreamĀ versionĀ 3.2.99.beta1.1~20130827~bzr2928

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
if (INDICATOR_SOUNDMENU_WITH_IND3)
42
42
        message (STATUS "   With Indicator-Applet3")
43
43
        add_definitions (-DINDICATOR_SOUNDMENU_WITH_IND3=1)
 
44
        if (INDICATOR_NG)
 
45
                add_definitions (-DIS_INDICATOR_NG=1)
 
46
        endif()
44
47
        set (EXTRAS_INCLUDE_DIRS ${INDICATOR_APPLET_INCLUDE_DIRS}
45
48
                ${CMAKE_SOURCE_DIR}/Indicator-applet3)
46
49
        set (EXTRAS_LIBRARY_DIRS ${INDICATOR_APPLET_LIBRARY_DIRS}