mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
libx11-git: Disable dolt
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
12
meta/packages/xorg-lib/libx11-git/nodolt.patch
Normal file
12
meta/packages/xorg-lib/libx11-git/nodolt.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
Index: libX11-1.2.1/configure.ac
|
||||
===================================================================
|
||||
--- libX11-1.2.1.orig/configure.ac 2009-07-02 14:07:54.000000000 +0100
|
||||
+++ libX11-1.2.1/configure.ac 2009-07-02 14:08:01.000000000 +0100
|
||||
@@ -20,7 +20,6 @@
|
||||
|
||||
# Checks for programs.
|
||||
AC_PROG_LIBTOOL
|
||||
-DOLT
|
||||
AC_PROG_CC
|
||||
XORG_CWARNFLAGS
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
require libx11.inc
|
||||
require libx11_git.inc
|
||||
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
DEPENDS += "libxcb xproto xextproto xtrans libxau kbproto inputproto xf86bigfontproto xproto-native"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
require libx11.inc
|
||||
require libx11_git.inc
|
||||
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
DEPENDS = "xproto xextproto xcmiscproto xf86bigfontproto kbproto inputproto \
|
||||
bigreqsproto xtrans libxau libxcb libxdmcp util-macros gettext"
|
||||
|
||||
@@ -4,7 +4,8 @@ SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libX11;protocol=git"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
SRC_URI += "file://x11_disable_makekeys.patch;patch=1 \
|
||||
file://include_fix.patch;patch=1"
|
||||
file://include_fix.patch;patch=1 \
|
||||
file://nodolt.patch;patch=1"
|
||||
|
||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libx11-git"
|
||||
FILESPATH = "${FILE_DIRNAME}/libx11-git"
|
||||
|
||||
Reference in New Issue
Block a user