~lightdm-team/lightdm-webkit-greeter/trunk

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Robert Ancell
  • Date: 2011-05-20 05:03:42 UTC
  • Revision ID: robert.ancell@canonical.com-20110520050342-vhudiv36hfqlvf8o
Use greeter dir provided by .pc file

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
THEME_DIR=`$PKG_CONFIG --define-variable=prefix=$prefix --variable=themedir liblightdm-gobject-0`
28
28
AC_SUBST(THEME_DIR)
29
29
 
 
30
GREETER_DIR=`$PKG_CONFIG --define-variable=prefix=$prefix --variable=greeterdir liblightdm-gobject-0`
 
31
AC_SUBST(GREETER_DIR)
 
32
 
30
33
dnl ###########################################################################
31
34
dnl Internationalization
32
35
dnl ###########################################################################
46
49
themes/Makefile
47
50
themes/webkit/Makefile
48
51
])
 
52
 
 
53
dnl ###########################################################################
 
54
dnl Summary
 
55
dnl ###########################################################################
 
56
 
 
57
echo "
 
58
                    Light Display Manager WebKit Greeter $VERSION
 
59
                    ==========================================
 
60
 
 
61
        prefix:                   $prefix
 
62
        Theme directory:          $THEME_DIR
 
63
        Greeter directory:        $GREETER_DIR
 
64
"