Skip to content

Commit

Permalink
swpipe: Add llvm check. (prep for llvm 3.2 release)
Browse files Browse the repository at this point in the history
  • Loading branch information
kallisti5 committed Dec 1, 2012
1 parent 28108f3 commit f2e7bd1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/add-ons/opengl/swpipe/Jamfile
Expand Up @@ -12,6 +12,13 @@ local sources =
GalliumContext.cpp
bitmap_wrapper.cpp ;

if $(HAIKU_LLVM_PRESENT) {
# TODO: Add LLVM OptionalBuildPackage
SubDirC++Flags [ FDefines USE_LLVMPIPE ] ;
SubDirSysHdrs $(HAIKU_LLVM_HEADERS) ;
}


UsePrivateHeaders interface ;
SubDirSysHdrs $(HAIKU_MESA_HEADERS) ;
Includes [ FGristFiles $(sources) ] : $(HAIKU_MESA_HEADERS_DEPENDENCY) ;
Expand Down

0 comments on commit f2e7bd1

Please sign in to comment.