~ubuntu-multiseat/ubuntu/saucy/unity-greeter/bug1201122

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: a7x
  • Date: 2013-08-14 22:07:20 UTC
  • Revision ID: ubuntu-a7x@scientician.org-20130814220720-hae80f26gjx70vhs
revert to direct patching

trying to have a separate 3.0 (quilt) patch makes it hard to merge
upstream changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    gtk+-3.0
22
22
    gdk-x11-3.0
23
23
    indicator3-0.4
 
24
    libido3-0.1 >= 13.10.0
24
25
    liblightdm-gobject-1 >= 1.4.0
25
26
    freetype2
26
27
    cairo-ft
28
29
    x11
29
30
])
30
31
 
 
32
AC_DEFINE_UNQUOTED([INDICATOR_FILE_DIR], ["${prefix}/share/unity/indicators"], [Indicator files are searched for in this directory])
 
33
 
31
34
INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator3-0.4`
32
35
AC_SUBST(INDICATORDIR)
33
36