diff options
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 |