Re: [Mesa-dev] [PATCH] targets/dri: resolve the scons build

2014-08-01 Thread Roland Scheidegger
Am 02.08.2014 05:49, schrieb Emil Velikov: > With earlier commit we've conditionally enabled/added the kms_dri target > for automake builds. Unfortunately the we forgot to add the appropriate > define in the scons build, resulting in a broken library due to the > undefined symbol 'kms_swrast_create

[Mesa-dev] [PATCH] targets/dri: resolve the scons build

2014-08-01 Thread Emil Velikov
With earlier commit we've conditionally enabled/added the kms_dri target for automake builds. Unfortunately the we forgot to add the appropriate define in the scons build, resulting in a broken library due to the undefined symbol 'kms_swrast_create_screen'. Reported-by: Roland Scheidegger Signed-