diff options
author | Emil Velikov <[email protected]> | 2013-11-09 22:51:19 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2013-11-16 16:31:03 +0000 |
commit | 3f920a91f35f21a372e211fe961a163990af677c (patch) | |
tree | ffd77f5c56b5d3e5d63a120a6a23e62bb956d949 /src/gallium/Automake.inc | |
parent | 5f0df8ab22e23956e05451c7191b155e69e5c8d1 (diff) |
targets/vdpau: consolidate lib deps into Automake.inc
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/Automake.inc')
-rw-r--r-- | src/gallium/Automake.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gallium/Automake.inc b/src/gallium/Automake.inc index 765fdd2a17d..86e9b1e2027 100644 --- a/src/gallium/Automake.inc +++ b/src/gallium/Automake.inc @@ -43,3 +43,10 @@ GALLIUM_VDPAU_LINKER_FLAGS = \ -export-symbols-regex $(VDPAU_EXPORTS) \ -shared \ -no-undefined + +GALLIUM_VDPAU_LIB_DEPS = \ + $(top_builddir)/src/gallium/auxiliary/libgallium.la \ + $(top_builddir)/src/gallium/state_trackers/vdpau/libvdpautracker.la \ + $(VDPAU_LIBS) \ + $(LIBDRM_LIBS) + |