[Beignet] [PATCH] Fix linking to X11 libraries.

Zhigang Gong zhigang.gong at linux.intel.com
Wed Jun 18 06:59:11 PDT 2014


Abrahm,

Thanks for your contribution, both patches LGTM.
Could you reply with your Signed-off-by signature for both patches?
Then I will push them to the upstream repo. Thanks.

On Wed, Jun 18, 2014 at 02:47:44AM -0400, Abrahm Scully wrote:
> ---
>  src/CMakeLists.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
> index fcd2ec9..8651af6 100644
> --- a/src/CMakeLists.txt
> +++ b/src/CMakeLists.txt
> @@ -104,7 +104,7 @@ link_directories (${LLVM_LIBRARY_DIR} ${DRM_LIBDIR})
>  add_library(cl SHARED ${OPENCL_SRC})
>  target_link_libraries(
>                        cl
> -                      ${XLIB_LIBRARY}
> +                      ${X11_LIBRARIES}
>                        ${XEXT_LIBRARIES}
>                        ${XFIXES_LIBRARIES}
>                        ${DRM_INTEL_LIBRARIES}
> -- 
> 1.9.3
> 
> _______________________________________________
> Beignet mailing list
> Beignet at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/beignet


More information about the Beignet mailing list