~wingpanel-devs/gala/gala-fix-keybinding

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Rico Tzschichholz
  • Date: 2015-11-03 15:26:40 UTC
  • Revision ID: ricotz@ubuntu.com-20151103152640-1lzm20m4d8a9sk0b
Add support for plank 0.11 api

Show diffs side-by-side

added added

removed removed

Lines of Context:
181
181
    MUTTER_API="3.18"
182
182
fi
183
183
 
 
184
# Check for newer Plank
 
185
PLANK_PKGS="plank >= 0.10.9"
 
186
PKG_CHECK_MODULES(PLANK_0_11, $PLANK_PKGS, [enable_plank_0_11=yes], [enable_plank_0_11=no])
 
187
if test "x$enable_plank_0_11" = "xyes" ; then
 
188
    VALAFLAGS="$VALAFLAGS --define HAVE_PLANK_0_11"
 
189
fi
 
190
 
184
191
# -----------------------------------------------------------
185
192
# Dependencies for Notifications plugin
186
193
# -----------------------------------------------------------