diff options
author | Dave Airlie <[email protected]> | 2012-12-04 09:25:13 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2012-12-04 18:02:07 +1000 |
commit | ec83535c83c748b067ecf4548e5396fef8719725 (patch) | |
tree | 5c33fb89c8bf30d918b5bbf3a1cd842225b09fdc /configs | |
parent | a853301fb7428138618cab67542e401afb808fbf (diff) |
automake/gallium: attempt to fix -lrt
fix non-automake bits in pipe-load to.
Should fix:
http://bugs.freedesktop.org/57852
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/current.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/current.in b/configs/current.in index 62edfa5da90..dc8e63f4312 100644 --- a/configs/current.in +++ b/configs/current.in @@ -41,6 +41,7 @@ GLX_TLS = @GLX_TLS@ # dlopen DLOPEN_LIBS = @DLOPEN_LIBS@ +CLOCK_LIB = @CLOCK_LIB@ # Source selection MESA_ASM_FILES = @MESA_ASM_FILES@ |