[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-video-via: Changes to 'debian-experimental'



 debian/changelog    |    2 +-
 src/Makefile.am     |    6 ++++++
 src/via_drmclient.h |    1 +
 3 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 6983271285ae57bdff7888559a9f5bb106f39ade
Author: David Nusinow <dnusinow@debian.org>
Date:   Sun Aug 19 15:36:07 2007 -0400

    Bump to revision 3. Update before hacking damn it.

diff --git a/debian/changelog b/debian/changelog
index 6d5b90f..32c6345 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-video-via (1:0.2.2-2) experimental; urgency=low
+xserver-xorg-video-via (1:0.2.2-3) experimental; urgency=low
 
   * Build against xserver 2:1.3.99.0 and build-dep on that version
   * Add 01_gen_pci_ids.diff. This patch adds a list of pci id's that the
diff --git a/src/Makefile.am b/src/Makefile.am
index c403cd4..a980b96 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -79,3 +79,9 @@ EXTRA_DIST = \
          via_xvmc.c \
          via_xvmc.h 
 endif
+
+pcidatadir = $(datadir)/xserver-xorg/pci
+pcidata_DATA = via.ids
+
+via.ids : via_id.h
+	awk '/^#define.*PCI_CHIP/ {print $$3}' ${srcdir}/via_id.h | sed -e 's/0x/1106/' > via.ids
diff --git a/src/via_drmclient.h b/src/via_drmclient.h
index 2b7dbfb..c34458c 100644
--- a/src/via_drmclient.h
+++ b/src/via_drmclient.h
@@ -26,6 +26,7 @@
 
 #include "drm.h"
 #include "xf86drm.h"
+#include <stdint.h>
 
 #if HAVE_INTTYPES_H
 #  include <inttypes.h>



Reply to: