summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-04-05 02:15:33 +0100
committerEmil Velikov <[email protected]>2014-05-02 21:48:27 +0100
commit1c6154c9b457acca6ccd51ab56b2ad589e7f622a (patch)
tree50cccba8a216b2c128c2599e75e5c7dd99d009e1 /src/gallium/targets/Makefile.am
parentbe1b5feaa04dfb57ce543d380b84822dffb6db7d (diff)
targets/omx: add nouveau target
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/targets/Makefile.am')
-rw-r--r--src/gallium/targets/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/targets/Makefile.am b/src/gallium/targets/Makefile.am
index 871b31d9512..5023dbc3bff 100644
--- a/src/gallium/targets/Makefile.am
+++ b/src/gallium/targets/Makefile.am
@@ -116,6 +116,10 @@ endif
if HAVE_ST_VDPAU
SUBDIRS += vdpau-nouveau
endif
+
+if HAVE_ST_OMX
+SUBDIRS += omx-nouveau
+endif
endif
if HAVE_GALLIUM_SOFTPIPE