From def8421d67d1448c51ceeff78d3ad51b088a284c Mon Sep 17 00:00:00 2001 From: Bhushan Shah Date: Mon, 30 May 2016 12:43:41 +0530 Subject: [PATCH] Don't look out for libis We no longer use it Reviewed-by: mgraesslin --- cmake/modules/Findlibhybris.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/modules/Findlibhybris.cmake b/cmake/modules/Findlibhybris.cmake index c62db997fe..a763fd884d 100644 --- a/cmake/modules/Findlibhybris.cmake +++ b/cmake/modules/Findlibhybris.cmake @@ -46,7 +46,6 @@ if(NOT WIN32) pkg_check_modules(PKG_androidheaders QUIET android-headers) pkg_check_modules(PKG_hwcomposerwindow QUIET hwcomposer-egl) pkg_check_modules(PKG_hybriseglplatform QUIET hybris-egl-platform) - pkg_check_modules(PKG_hybrisinputstack QUIET libis) set(libhardware_DEFINITIONS ${PKG_libhardware_CFLAGS_OTHER}) set(libhardware_VERSION ${PKG_libhardware_VERSION})