[Piglit] [PATCH 1/2] util: Fix the variable for linking against waffle.

Chad Versace chad.versace at linux.intel.com
Mon Oct 15 12:13:54 PDT 2012


On 10/15/2012 11:11 AM, Eric Anholt wrote:
> Fixes the build when waffle is located in a non-system directory.
> ---
>  tests/util/CMakeLists.txt |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/util/CMakeLists.txt b/tests/util/CMakeLists.txt
> index 836e437..bb29c62 100644
> --- a/tests/util/CMakeLists.txt
> +++ b/tests/util/CMakeLists.txt
> @@ -47,7 +47,7 @@ endif()
>  
>  set(UTIL_GL_LIBS
>  	piglitutil
> -        ${WAFFLE_LIBRARIES}
> +        ${WAFFLE_LDFLAGS}
>  	)
>  
>  if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")


Reviewed-by: Chad Versace <chad.versace at linux.intel.com>



More information about the Piglit mailing list