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.vers...@linux.intel.com>

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to