xorg-xserver: added 1.6.1 (tested only on armv6/glibc)
authorMarcin Juszkiewicz <marcin@buglabs.net>
Wed, 27 May 2009 14:20:27 +0000 (16:20 +0200)
committerMarcin Juszkiewicz <marcin@buglabs.net>
Wed, 27 May 2009 14:20:27 +0000 (16:20 +0200)
recipes/xorg-xserver/xserver-xorg-1.6.1/drmfix.patch [new file with mode: 0644]
recipes/xorg-xserver/xserver-xorg_1.6.1.bb [new file with mode: 0644]

diff --git a/recipes/xorg-xserver/xserver-xorg-1.6.1/drmfix.patch b/recipes/xorg-xserver/xserver-xorg-1.6.1/drmfix.patch
new file mode 100644 (file)
index 0000000..e0f633b
--- /dev/null
@@ -0,0 +1,13 @@
+Index: xorg-server-1.5.1/hw/xfree86/os-support/linux/Makefile.am
+===================================================================
+--- xorg-server-1.5.1.orig/hw/xfree86/os-support/linux/Makefile.am     2008-09-23 19:24:59.000000000 +0100
++++ xorg-server-1.5.1/hw/xfree86/os-support/linux/Makefile.am  2008-10-27 13:27:40.000000000 +0000
+@@ -40,7 +40,7 @@
+ AM_CFLAGS = -DUSESTDRES -DHAVE_SYSV_IPC $(DIX_CFLAGS) $(XORG_CFLAGS) $(PLATFORM_DEFINES)
+-INCLUDES = $(XORG_INCS) $(PLATFORM_INCLUDES) -I/usr/include/drm # FIXME this last part is crack
++INCLUDES = $(XORG_INCS) $(PLATFORM_INCLUDES) $(LIBDRM_CFLAGS)
+ # FIXME: These need to be added to the build
+ LNX_EXTRA_SRCS = \
diff --git a/recipes/xorg-xserver/xserver-xorg_1.6.1.bb b/recipes/xorg-xserver/xserver-xorg_1.6.1.bb
new file mode 100644 (file)
index 0000000..575021d
--- /dev/null
@@ -0,0 +1,10 @@
+require xorg-xserver-common.inc
+
+DESCRIPTION = "the X.Org X server"
+DEPENDS += "pixman libpciaccess openssl xineramaproto libxinerama"
+RDEPENDS += "hal"
+PE = "2"
+
+MESA_VER = "7.2"
+
+export LDFLAGS += " -ldl "