~oif-team/frame/1.1.4

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Chase Douglas
  • Date: 2012-08-15 19:05:52 UTC
  • Revision ID: chase.douglas@canonical.com-20120815190552-ul59r06he8a8j7f8
Rename project to simply 'frame'

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
AC_INIT([Touch Frame Library],
4
4
        [1.1.4],
5
5
        [],
6
 
        [utouch-frame])
 
6
        [frame])
7
7
AC_CONFIG_SRCDIR([Makefile.am])
8
8
AC_CONFIG_HEADERS([config.h])
9
9
AC_CONFIG_AUX_DIR([config-aux])
24
24
AC_PROG_INSTALL
25
25
 
26
26
PKG_CHECK_MODULES([MTDEV], [mtdev >= 1.1])
27
 
PKG_CHECK_MODULES([EVEMU], [utouch-evemu >= 1.0.5])
 
27
PKG_CHECK_MODULES([EVEMU], [evemu >= 1.0.5])
28
28
 
29
29
AC_ARG_WITH([xi], AS_HELP_STRING([--with-xi], [Build with XI2.1 support]))
30
30
AM_CONDITIONAL([HAVE_XI], [test "x$with_xi" != "x"])
46
46
                 src/Makefile
47
47
                 test/Makefile
48
48
                 tools/Makefile
49
 
                 utouch-frame.pc])
 
49
                 frame.pc])
50
50
AC_OUTPUT