summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-06-21 12:38:30 +0100
committerEmil Velikov <[email protected]>2014-06-26 14:05:13 +0100
commit11bce6a94e93562a5076d65bc96db36bab599459 (patch)
tree88ddfb84ad503fc3930dbbce11eddb6138d91e99 /src/gallium/targets/Makefile.am
parentd23497c256539d4a49120cfeeb043c9f2ef8e09b (diff)
targets/radeonsi/omx: convert to static/shared pipe-drivers
The radeonsi counterpart of previous commit - now libomx-radeonsi is built into the libomx-mesa library. Providing a single library per API. v2: Include the radeon winsys only when there is a user for it. v3: Correcly include the winsys. Now with extra brown bag :\ Note: Make sure to rebuild the .omxregister file, by executing $ omxregister-bellagio This patch concludes the unification. Now libomx-mesa will be used for all hardware - r600, radeonsi and nouveau. Cc: Leo Liu <[email protected]> Cc: Christian König <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/targets/Makefile.am')
-rw-r--r--src/gallium/targets/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/targets/Makefile.am b/src/gallium/targets/Makefile.am
index 9612eb2b2ad..d86cd33af94 100644
--- a/src/gallium/targets/Makefile.am
+++ b/src/gallium/targets/Makefile.am
@@ -94,10 +94,6 @@ if HAVE_GALLIUM_RADEONSI
if HAVE_DRI2
SUBDIRS += radeonsi/dri
endif
-
-if HAVE_ST_OMX
-SUBDIRS += radeonsi/omx
-endif
endif
if HAVE_GALLIUM_NOUVEAU