On Tue, Aug 25, 2009 at 10:23 PM, Chia-I Wu<olva...@gmail.com> wrote:
> This patch makes EGL/X progs link to libX11.  Originally, libEGL linked
> to libX11 and thus there was no need for progs to link to libX11.
> However, libEGL is changed not to link to libX11, and thus progs should.
> There are two reasonings for the change
>
> * libEGL is window system neutral and it is already used on non-X
>  system.
> * It is progs that create native windows.  They should link to native
>  window system libraries.

In progs/egl/Makefile, please don't override LDFLAGS to add linking
commands. This is essentially a user variable containing anything
needed to pass to the linker. The xdemos Makefile uses LIB_DEPS and
LIBS for the same purposes.

--
Dan

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to