hgl: trivial bits

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
Emil Velikov 2014-08-28 21:54:20 +01:00 committed by Alexander von Gluck IV
parent 311b59495c
commit 5b8900ded3
4 changed files with 11 additions and 3 deletions

View File

@ -172,6 +172,14 @@ if HAVE_ST_XVMC
SUBDIRS += state_trackers/xvmc targets/xvmc SUBDIRS += state_trackers/xvmc targets/xvmc
endif endif
##
## Don't forget to bundle the remaining (non autotools) state-trackers/targets
##
EXTRA_DIST += \
state_trackers/hgl targets/haiku-softpipe
## ##
## Gallium tests ## Gallium tests
## ##

View File

@ -13,7 +13,7 @@ env.Append(CPPPATH = [
sources = [ sources = [
'hgl.c', 'hgl.c',
'bitmap_wrapper.cpp', 'bitmap_wrapper.cpp',
] ]
st_haiku = env.ConvenienceLibrary( st_haiku = env.ConvenienceLibrary(

View File

@ -2,7 +2,7 @@ Import('*')
env.Prepend(LIBS = [ env.Prepend(LIBS = [
ws_haiku, ws_haiku,
st_haiku, st_haiku,
trace, trace,
rbug, rbug,
mesautil, mesautil,