mirror of
https://github.com/bspeice/libcvautomation
synced 2025-04-21 00:41:29 -04:00
Ensure that XTest is installed
This commit is contained in:
parent
45cc06c7f9
commit
79cb91bdd9
@ -8,6 +8,7 @@ AM_INIT_AUTOMAKE
|
|||||||
#AC_CONFIG_HEADERS([config.h])
|
#AC_CONFIG_HEADERS([config.h])
|
||||||
AC_CONFIG_SUBDIRS([libcvautomation/] [examples/])
|
AC_CONFIG_SUBDIRS([libcvautomation/] [examples/])
|
||||||
|
|
||||||
|
#path intelc110 /opt/coe/intelc110
|
||||||
# Checks for programs.
|
# Checks for programs.
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
|
|
||||||
@ -40,6 +41,7 @@ if test "$use_opencv1" != ""; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
PKG_CHECK_MODULES([X11], [x11 >= 1.0.3])
|
PKG_CHECK_MODULES([X11], [x11 >= 1.0.3])
|
||||||
|
PKG_CHECK_MODULES([XTest], [xtst >= 0.21])
|
||||||
|
|
||||||
AC_ARG_WITH(examples, [ --with-examples build example programs '['default=yes']'])
|
AC_ARG_WITH(examples, [ --with-examples build example programs '['default=yes']'])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user