mirror of
https://git.yoctoproject.org/poky
synced 2026-09-18 15:49:32 +02:00
Numerous new xorg package versions from upstream OE. Pester me if any local changes got inadvertantly lost, or if any packages need upgrading.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@607 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
13
meta/packages/xorg-xserver/xserver-xorg/drmfix.patch
Normal file
13
meta/packages/xorg-xserver/xserver-xorg/drmfix.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
Index: xorg-server-X11R7.0-1.0.1/hw/xfree86/os-support/linux/Makefile.am
|
||||
===================================================================
|
||||
--- xorg-server-X11R7.0-1.0.1.orig/hw/xfree86/os-support/linux/Makefile.am
|
||||
+++ xorg-server-X11R7.0-1.0.1/hw/xfree86/os-support/linux/Makefile.am
|
||||
@@ -24,7 +24,7 @@ liblinux_la_SOURCES = lnx_init.c lnx_vid
|
||||
|
||||
AM_CFLAGS = -DUSESTDRES -DHAVE_SYSV_IPC $(XORG_CFLAGS) @SERVER_DEFINES@ @LOADER_DEFINES@
|
||||
|
||||
-INCLUDES = $(XORG_INCS) -I/usr/include/drm # FIXME this last part is crack
|
||||
+INCLUDES = $(XORG_INCS) $(LIBDRM_CFLAGS)
|
||||
|
||||
# FIXME: These need to be added to the build
|
||||
LNX_EXTRA_SOURCES = \
|
||||
Reference in New Issue
Block a user