diff options
author | Manuel Bachmann <manuel.bachmann@open.eurogiciel.org> | 2014-12-09 15:42:30 +0100 |
---|---|---|
committer | Manuel Bachmann <manuel.bachmann@open.eurogiciel.org> | 2014-12-09 15:42:30 +0100 |
commit | bba9e6c2ec15757449e129454efb97b4a16925aa (patch) | |
tree | eb9babc3578fc89059c9ea11d47a5d0753f56f49 /src | |
parent | 8e9a27c72b43f4a0d8edd0f10b476cf3bc378abc (diff) | |
download | weston-common-bba9e6c2ec15757449e129454efb97b4a16925aa.tar.gz weston-common-bba9e6c2ec15757449e129454efb97b4a16925aa.tar.bz2 weston-common-bba9e6c2ec15757449e129454efb97b4a16925aa.zip |
build: do not pkg-config wayland-scannersubmit/tizen_common/20141209.181617accepted/tizen/common/20141209.182552
wayland-scanner.pc is not upstream.
Change-Id: Iab7462e6faf0d57f8cc3fe899a2da631c3593b21
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/configure.ac b/src/configure.ac index d175d14..b35e516 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -112,8 +112,6 @@ if test x$wayland_scanner = x; then AC_MSG_ERROR([wayland-scanner is needed to compile the qa plugin]) fi -PKG_CHECK_MODULES(WAYLAND_SCANNER, wayland-scanner) - AC_CONFIG_FILES([Makefile qa-plugin/Makefile]) AC_OUTPUT |