[pkg-fso-commits] [SCM] xf86-video-glamo, SMedia Glamo video driver for X.Org branch, master, updated. upstream/0.0.0+20091108.git9918e082-8-g16af3c0

Thomas White taw at bitwiz.org.uk
Sun Mar 6 09:14:10 UTC 2011


The following commit has been merged in the master branch:
commit 2d96367657adb21b34742e76c3a92ba1a3961106
Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed May 26 10:03:49 2010 +0200

    drm headers moved from drm dir to libdrm

diff --git a/src/glamo-kms-exa.c b/src/glamo-kms-exa.c
index f29c296..6f57918 100644
--- a/src/glamo-kms-exa.c
+++ b/src/glamo-kms-exa.c
@@ -57,9 +57,9 @@
 #include "glamo-kms-exa.h"
 #include "glamo-drm.h"
 
-#include <drm/glamo_drm.h>
-#include <drm/glamo_bo.h>
-#include <drm/glamo_bo_gem.h>
+#include <libdrm/glamo_drm.h>
+#include <libdrm/glamo_bo.h>
+#include <libdrm/glamo_bo_gem.h>
 #include <xf86drm.h>
 
 
diff --git a/src/glamo.h b/src/glamo.h
index d335ce3..d4a2f19 100644
--- a/src/glamo.h
+++ b/src/glamo.h
@@ -37,8 +37,8 @@
 #include "xf86.h"
 #include "exa.h"
 #include <linux/fb.h>
-#include <drm/drm.h>
-#include <drm/glamo_bo.h>
+#include <libdrm/drm.h>
+#include <libdrm/glamo_bo.h>
 
 #define GLAMO_REG_BASE(c)		((c)->attr.address[0])
 #define GLAMO_REG_SIZE(c)		(0x2400)

-- 
xf86-video-glamo, SMedia Glamo video driver for X.Org



More information about the pkg-fso-commits mailing list