diff options
author | Jason Ekstrand <[email protected]> | 2014-07-24 11:17:53 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2014-08-04 11:07:15 -0700 |
commit | 992e1ea8e4290cf14d59f89415bfd13e0920aad7 (patch) | |
tree | 1e3ce418960e77e5926e8e76d0f4bd9244e38caa /src/gallium/targets/graw-null | |
parent | efa0aa8ffc63e8fdd23335e67ca76eb358cfd1ac (diff) |
gallium: Move sRGB <-> RGB handling to libmesautil
Signed-off-by: Jason Ekstrand <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/targets/graw-null')
-rw-r--r-- | src/gallium/targets/graw-null/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/graw-null/SConscript b/src/gallium/targets/graw-null/SConscript index ebac1728f04..20c8b7df19c 100644 --- a/src/gallium/targets/graw-null/SConscript +++ b/src/gallium/targets/graw-null/SConscript @@ -16,7 +16,7 @@ sources = [ graw_util, ] -env.Prepend(LIBS = [gallium]) +env.Prepend(LIBS = [mesautil, gallium]) # TODO: write a wrapper function http://www.scons.org/wiki/WrapperFunctions graw = env.SharedLibrary( |