~oif-packaging/grail/raring

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Chase Douglas
  • Date: 2012-06-21 20:30:14 UTC
  • mto: This revision was merged to the branch mainline in revision 234.
  • Revision ID: chase.douglas@ubuntu.com-20120621203014-g2uhy6mg779aufop
Rename utouch-grail to grail

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
AC_INIT([Gesture Recognition And Instantiation Library],
4
4
        [3.0.5],
5
5
        [],
6
 
        [utouch-grail])
 
6
        [grail])
7
7
AC_CONFIG_SRCDIR([Makefile.am])
8
8
AC_CONFIG_HEADERS([config.h])
9
9
AC_CONFIG_AUX_DIR([config-aux])
26
26
AC_PROG_INSTALL
27
27
 
28
28
PKG_CHECK_MODULES([MTDEV], [mtdev >= 1.1])
29
 
PKG_CHECK_MODULES([EVEMU], [utouch-evemu >= 1.0.5])
30
 
PKG_CHECK_MODULES([FRAME], [utouch-frame >= 2.2.0])
 
29
PKG_CHECK_MODULES([EVEMU], [evemu >= 1.0.5])
 
30
PKG_CHECK_MODULES([FRAME], [frame >= 2.2.0])
31
31
 
32
32
PKG_CHECK_MODULES([XINPUT],
33
33
                  [x11] [xext] [xi >= 1.5.99.1] [inputproto >= 2.1.99.6])
59
59
                 src/Makefile
60
60
                 tools/Makefile
61
61
                 test/Makefile
62
 
                 utouch-grail.pc])
 
62
                 grail.pc])
63
63
 
64
64
AC_SUBST(VISIBILITY_CFLAGS, "-fvisibility=hidden")
65
65
AC_SUBST(VISIBILITY_CXXFLAGS, "-fvisibility=hidden")