Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | Index: git/configure.ac |
| 2 | =================================================================== |
| 3 | --- git.orig/configure.ac |
| 4 | +++ git/configure.ac |
| 5 | @@ -501,12 +501,6 @@ if test "x$have_lcms" = xyes; then |
| 6 | fi |
| 7 | AM_CONDITIONAL(HAVE_LCMS, [test "x$have_lcms" = xyes]) |
| 8 | |
| 9 | -AC_PATH_PROG([wayland_scanner], [wayland-scanner]) |
| 10 | -if test x$wayland_scanner = x; then |
| 11 | - PKG_CHECK_MODULES(WAYLAND_SCANNER, [wayland-scanner]) |
| 12 | - wayland_scanner=`$PKG_CONFIG --variable=wayland_scanner wayland-scanner` |
| 13 | -fi |
| 14 | - |
| 15 | AC_CONFIG_FILES([Makefile src/version.h src/weston.pc]) |
| 16 | |
| 17 | AM_CONDITIONAL([HAVE_GIT_REPO], [test -f $srcdir/.git/logs/HEAD]) |