aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-driver
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-12-06 11:44:14 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-12-06 12:27:47 +0100
commitd15e5fcb0a0ae728af8c6c249629275610207e94 (patch)
treefba7f5f956abb6f3316e025af9693fb00af23d44 /recipes/xorg-driver
parenta4012b4158892767f1702401c16ed84bdf128ec8 (diff)
downloadopenembedded-d15e5fcb0a0ae728af8c6c249629275610207e94.tar.gz
xorg: new versions 2010-12-06, xcalc, xeyex, xf86-video-savage and xserver-xorg moved to 1.9.2.902 (RC2)
* xf86-video-savage doesn't build for me, ICE with gcc-4.5, but I have the same with xf86-video-savage_2.3.1, so probably not savage fault | savage_video.c: In function 'SavageDisplaySurface': | savage_video.c:2351:1: internal compiler error: in default_secondary_reload, at targhooks.c:762 | Please submit a full bug report, | with preprocessed source if appropriate. | See <http://gcc.gnu.org/bugs.html> for instructions. | make[2]: *** [savage_video.lo] Error 1 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-driver')
-rw-r--r--recipes/xorg-driver/xf86-video-savage_2.3.2.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/xorg-driver/xf86-video-savage_2.3.2.bb b/recipes/xorg-driver/xf86-video-savage_2.3.2.bb
new file mode 100644
index 0000000000..2350c27cc9
--- /dev/null
+++ b/recipes/xorg-driver/xf86-video-savage_2.3.2.bb
@@ -0,0 +1,14 @@
+require xorg-driver-video.inc
+DESCRIPTION = "X.Org X server -- Savage display driver"
+DEPENDS += " drm xf86driproto"
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "09782fc710a1ce5a81c27d71951234c2"
+SRC_URI[archive.sha256sum] = "54bde0077a2369fbdd42b0b25803f3c7147a58792997b14e45ee0b856199ddf1"
+
+EXTRA_OECONF += " \
+ ac_cv_file__usr_include_xorg_dri_h=yes \
+ ac_cv_file__usr_include_xorg_sarea_h=yes \
+ ac_cv_file__usr_include_xorg_dristruct_h=yes \
+"