diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2011-08-12 11:10:56 +0200 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2011-08-12 11:10:56 +0200 |
commit | 3ce243879a72363ca3283fe6ab30381e05a9b4a3 (patch) | |
tree | 805311748a53702941a14264bb49148acb48aa3f | |
parent | 9cd64ec35acd54cbe0be4d03236d2c5a9d4be6fe (diff) |
gallium/gbm: Add dependencies for libraries linked into pipe_*.so.
Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
-rw-r--r-- | src/gallium/targets/gbm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/gbm/Makefile b/src/gallium/targets/gbm/Makefile index b38782c407..faacc89f1a 100644 --- a/src/gallium/targets/gbm/Makefile +++ b/src/gallium/targets/gbm/Makefile @@ -146,7 +146,7 @@ $(GBM_EXTRA_TARGETS): $(TOP)/$(LIB_DIR)/gbm/%: % @$(INSTALL) -d $(dir $@) $(INSTALL) $< $(dir $@) -$(pipe_TARGETS): $(PIPE_PREFIX)%.so: pipe_%.o +$(pipe_TARGETS): $(PIPE_PREFIX)%.so: pipe_%.o $(pipe_LIBS) $($*_LIBS) $(MKLIB) -o $@ -noprefix -linker '$(CC)' \ -ldflags '-L$(TOP)/$(LIB_DIR) $(pipe_LDFLAGS) $(LDFLAGS)' \ $(MKLIB_OPTIONS) $< \ |