diff options
Diffstat (limited to 'src/gallium/targets/vdpau-radeonsi/Makefile')
-rw-r--r-- | src/gallium/targets/vdpau-radeonsi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/vdpau-radeonsi/Makefile b/src/gallium/targets/vdpau-radeonsi/Makefile index 6dd2be9fc0f..4ff674361aa 100644 --- a/src/gallium/targets/vdpau-radeonsi/Makefile +++ b/src/gallium/targets/vdpau-radeonsi/Makefile @@ -23,7 +23,7 @@ C_SOURCES = \ DRIVER_DEFINES = \ -DGALLIUM_RBUG -DGALLIUM_TRACE -DGALLIUM_NOOP -DRIVER_LIBS = $(shell $(PKG_CONFIG) libdrm --libs) -lXfixes -ldrm_radeon +DRIVER_LIBS = $(LIBDRM_LIBS) $(RADEON_LIBS) -lXfixes include ../Makefile.vdpau |