diff options
author | Emil Velikov <[email protected]> | 2014-04-05 02:15:33 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-05-02 21:48:27 +0100 |
commit | 1c6154c9b457acca6ccd51ab56b2ad589e7f622a (patch) | |
tree | 50cccba8a216b2c128c2599e75e5c7dd99d009e1 /src/gallium/targets/Makefile.am | |
parent | be1b5feaa04dfb57ce543d380b84822dffb6db7d (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.am | 4 |
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 |