Re: [Mesa-dev] [PATCH 02/13] mesa/dri: always link against shared glapi

2017-05-08 Thread Aaron Watry
On Mon, May 8, 2017 at 9:30 AM, Emil Velikov wrote: > On 8 May 2017 at 11:05, Emil Velikov wrote: > > On 8 May 2017 at 10:24, Grazvydas Ignotas wrote: > >> That indeed helps, thanks. > >> I guess it becomes "--with-dri-driverdir is broken by this commit" then. > >> > > I'm not setting with-dri-

Re: [Mesa-dev] [PATCH 02/13] mesa/dri: always link against shared glapi

2017-05-08 Thread Emil Velikov
On 8 May 2017 at 11:05, Emil Velikov wrote: > On 8 May 2017 at 10:24, Grazvydas Ignotas wrote: >> That indeed helps, thanks. >> I guess it becomes "--with-dri-driverdir is broken by this commit" then. >> > I'm not setting with-dri-driverdir, which would explain why I'm not > seeing any issues her

Re: [Mesa-dev] [PATCH 02/13] mesa/dri: always link against shared glapi

2017-05-08 Thread Emil Velikov
On 8 May 2017 at 10:24, Grazvydas Ignotas wrote: > That indeed helps, thanks. > I guess it becomes "--with-dri-driverdir is broken by this commit" then. > I'm not setting with-dri-driverdir, which would explain why I'm not seeing any issues here. Thanks for the report guys, I'm looking into it. -

Re: [Mesa-dev] [PATCH 02/13] mesa/dri: always link against shared glapi

2017-05-08 Thread Grazvydas Ignotas
That indeed helps, thanks. I guess it becomes "--with-dri-driverdir is broken by this commit" then. GraÅžvydas On Sun, May 7, 2017 at 8:27 PM, Aaron Watry wrote: > I ran into the same thing... Do you by chance have '--with-dri-driverdir=' > in your configure command? > > I had '--prefix=/usr/lo

Re: [Mesa-dev] [PATCH 02/13] mesa/dri: always link against shared glapi

2017-05-07 Thread Aaron Watry
I ran into the same thing... Do you by chance have '--with-dri-driverdir=' in your configure command? I had '--prefix=/usr/local' and '--with-dri-driverdir=/usr/local/dri', and removing the --with-dri-driverdir fixed my build. --Aaron On Sat, May 6, 2017 at 7:48 PM, Grazvydas Ignotas wrote: >

Re: [Mesa-dev] [PATCH 02/13] mesa/dri: always link against shared glapi

2017-05-06 Thread Grazvydas Ignotas
This causes a strange build failure for me: make[7]: Entering directory '/home/notaz/src/radeon/mesa/src/mesa/drivers/dri' make[7]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/opt/xorg/lib/dri/' /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mesa_dri_drivers.la

[Mesa-dev] [PATCH 02/13] mesa/dri: always link against shared glapi

2017-04-28 Thread Emil Velikov
From: Emil Velikov Analogous to previous commit. Check with the extensive commit description and bug report referenced. Cc: mesa-sta...@lists.freedesktop.org Signed-off-by: Emil Velikov --- src/mesa/drivers/dri/Makefile.am | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-)