[Mesa-dev] [PATCH 1/6] eglut_x11: Add ${X11_X11_LIB} to target_link_libraries.
Jose Fonseca
jfonseca at vmware.com
Wed Nov 23 03:33:33 PST 2011
Looks good.
Jose
----- Original Message -----
> ---
> src/egl/eglut/CMakeLists.txt | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/egl/eglut/CMakeLists.txt
> b/src/egl/eglut/CMakeLists.txt
> index b97caa6..45208d6 100644
> --- a/src/egl/eglut/CMakeLists.txt
> +++ b/src/egl/eglut/CMakeLists.txt
> @@ -1,6 +1,6 @@
> if(X11_FOUND)
> add_library(eglut_x11 eglut.h eglut.c eglutint.h eglut_x11.c)
> - target_link_libraries(eglut_x11 ${EGL_egl_LIBRARY})
> + target_link_libraries(eglut_x11 ${EGL_egl_LIBRARY} ${X11_X11_LIB})
> endif(X11_FOUND)
>
> add_library(eglut_screen eglut.h eglut.c eglutint.h eglut_screen.c)
> --
> 1.7.7
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
More information about the mesa-dev
mailing list