Re: [Mesa-dev] [PATCH 1/2] build libgallium shared by default.

2013-03-20 Thread Johannes Obermayr
Am Dienstag, 19. März 2013, 21:36:47 schrieb Andreas Boll: > 2013/3/19 Johannes Obermayr : > > Am Montag, 18. März 2013, 15:38:31 schrieb Maarten Lankhorst: > >> This is one of the 2 patches used in ubuntu for decreasing size of mesa > >> build. > >> > >> The other one is more hacky, and links lib

Re: [Mesa-dev] [PATCH 1/2] build libgallium shared by default.

2013-03-19 Thread Andreas Boll
2013/3/19 Johannes Obermayr : > Am Montag, 18. März 2013, 15:38:31 schrieb Maarten Lankhorst: >> This is one of the 2 patches used in ubuntu for decreasing size of mesa >> build. >> >> The other one is more hacky, and links libmesagallium into libgallium, >> and then links libgallium against libdr

Re: [Mesa-dev] [PATCH 1/2] build libgallium shared by default.

2013-03-19 Thread Johannes Obermayr
Am Montag, 18. März 2013, 15:38:31 schrieb Maarten Lankhorst: > This is one of the 2 patches used in ubuntu for decreasing size of mesa build. > > The other one is more hacky, and links libmesagallium into libgallium, > and then links libgallium against libdricore too for minimal duplication. >

Re: [Mesa-dev] [PATCH 1/2] build libgallium shared by default.

2013-03-19 Thread Andreas Boll
2013/3/19 Maarten Lankhorst : > Op 18-03-13 16:28, Andreas Boll schreef: >> 2013/3/18 Maarten Lankhorst : >>> This is one of the 2 patches used in ubuntu for decreasing size of mesa >>> build. >>> >>> The other one is more hacky, and links libmesagallium into libgallium, >>> and then links libgall

Re: [Mesa-dev] [PATCH 1/2] build libgallium shared by default.

2013-03-19 Thread Maarten Lankhorst
Op 18-03-13 16:28, Andreas Boll schreef: > 2013/3/18 Maarten Lankhorst : >> This is one of the 2 patches used in ubuntu for decreasing size of mesa >> build. >> >> The other one is more hacky, and links libmesagallium into libgallium, >> and then links libgallium against libdricore too for minimal

Re: [Mesa-dev] [PATCH 1/2] build libgallium shared by default.

2013-03-18 Thread Andreas Boll
2013/3/18 Maarten Lankhorst : > This is one of the 2 patches used in ubuntu for decreasing size of mesa build. > > The other one is more hacky, and links libmesagallium into libgallium, > and then links libgallium against libdricore too for minimal duplication. > > This might mess up with static ll

[Mesa-dev] [PATCH 1/2] build libgallium shared by default.

2013-03-18 Thread Maarten Lankhorst
This is one of the 2 patches used in ubuntu for decreasing size of mesa build. The other one is more hacky, and links libmesagallium into libgallium, and then links libgallium against libdricore too for minimal duplication. This might mess up with static llvm, iirc static llvm is built wrong and