summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Hellstrom <unichrome@shipmail.org>2005-11-26 21:21:55 +0000
committerThomas Hellstrom <unichrome@shipmail.org>2005-11-26 21:21:55 +0000
commit2ce904a321e364baf641b95747ba7039bdb54097 (patch)
tree0857e0209e9bbecc46385d59dae2e820c6673d82 /src
parentf6270e31f1a79e595f20aad0875ea38a797344b6 (diff)
Bug #5067 <https://bugs.freedesktop.org/show_bug.cgi?id=5067> Link libdrm
to the via XvMC libraries. (Cedric Berger)
Diffstat (limited to 'src')
-rw-r--r--src/xvmc/unichrome/Makefile.am2
-rw-r--r--src/xvmc/unichromeProA/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/xvmc/unichrome/Makefile.am b/src/xvmc/unichrome/Makefile.am
index df2ba7b..6f77cf3 100644
--- a/src/xvmc/unichrome/Makefile.am
+++ b/src/xvmc/unichrome/Makefile.am
@@ -8,4 +8,4 @@ libviaXvMC_la_SOURCES = \
../xf86dri.c
libviaXvMC_la_CFLAGS = @XORG_CFLAGS@ @DRI_CFLAGS@ -I$(top_srcdir)/src -I$(top_srcdir)/src/xvmc -DTRUE=1 -DFALSE=0
-libviaXvMC_la_LDFLAGS = -version-number 1:0:0
+libviaXvMC_la_LDFLAGS = @DRI_LIBS@ -version-number 1:0:0
diff --git a/src/xvmc/unichromeProA/Makefile.am b/src/xvmc/unichromeProA/Makefile.am
index 06c62d5..60eeb00 100644
--- a/src/xvmc/unichromeProA/Makefile.am
+++ b/src/xvmc/unichromeProA/Makefile.am
@@ -8,4 +8,4 @@ libviaXvMCPro_la_SOURCES = \
../xf86dri.c
libviaXvMCPro_la_CFLAGS = @XORG_CFLAGS@ @DRI_CFLAGS@ -I$(top_srcdir)/src -I$(top_srcdir)/src/xvmc -DTRUE=1 -DFALSE=0
-libviaXvMCPro_la_LDFLAGS = -version-number 1:0:0
+libviaXvMCPro_la_LDFLAGS = @DRI_LIBS@ -version-number 1:0:0