diff options
author | Emil Velikov <[email protected]> | 2014-09-24 11:54:07 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-09-24 11:54:28 +0100 |
commit | a3e9582f09249ad27716ba82c7dfcee685b65d51 (patch) | |
tree | dfd88875e6ea8d0031892fc7cacbc850cc48b080 /src/gallium/targets/omx/Makefile.am | |
parent | 5a68432f04e5d6b5492840e5a14e40a00a8d01b8 (diff) |
targets/vl: don't forget to set GALLIUM_STATIC_TARGETS
git rebase failure while dropping out a patch that reworks
the way we build aux/vl.
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/targets/omx/Makefile.am')
-rw-r--r-- | src/gallium/targets/omx/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/omx/Makefile.am b/src/gallium/targets/omx/Makefile.am index 8d1e5851689..4be1063953e 100644 --- a/src/gallium/targets/omx/Makefile.am +++ b/src/gallium/targets/omx/Makefile.am @@ -43,7 +43,7 @@ include $(top_srcdir)/src/gallium/drivers/r600/Automake.inc include $(top_srcdir)/src/gallium/drivers/radeonsi/Automake.inc libomx_mesa_la_SOURCES += target.c -libomx_mesa_la_CPPFLAGS = $(TARGET_CPPFLAGS) +libomx_mesa_la_CPPFLAGS = $(TARGET_CPPFLAGS) -DGALLIUM_STATIC_TARGETS=1 libomx_mesa_la_LIBADD += $(TARGET_LIB_DEPS) \ $(TARGET_RADEON_WINSYS) $(TARGET_RADEON_COMMON) |