summaryrefslogtreecommitdiff
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
parentf6270e31f1a79e595f20aad0875ea38a797344b6 (diff)
Bug #5067 <https://bugs.freedesktop.org/show_bug.cgi?id=5067> Link libdrm
to the via XvMC libraries. (Cedric Berger)
-rw-r--r--ChangeLog7
-rw-r--r--src/xvmc/unichrome/Makefile.am2
-rw-r--r--src/xvmc/unichromeProA/Makefile.am2
3 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d4912f6..3bc3943 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-11-26 Thomas Hellstrom <unichrome-at-shipmail-dot-org>
+
+ * src/xvmc/unichrome/Makefile.am:
+ * src/xvmc/unichromeProA/Makefile.am:
+ Bug #5067 <https://bugs.freedesktop.org/show_bug.cgi?id=5067>
+ Link libdrm to the via XvMC libraries. (Cedric Berger)
+
2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
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