diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-10 19:12:54 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-12 11:38:53 +0100 |
commit | ab3babc96067056d2170ca05d65222623ddc29e0 (patch) | |
tree | 45fd7f7c8eb8314eac1f5cfdab32722885de6264 /recipes/xorg-xserver/xserver-xorg_git.bb | |
parent | f0184ebb8e757bb771972681709f2a9c77e608e3 (diff) |
xorg-xserver_git: remove AC_CHECK_FILE check
* configure says that AC_CHECK_FILE is not supported for cross building
* that DEFAULT_FONT_PATH is later set by --with-default-font-path from
recipe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-xserver/xserver-xorg_git.bb')
-rw-r--r-- | recipes/xorg-xserver/xserver-xorg_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/xorg-xserver/xserver-xorg_git.bb b/recipes/xorg-xserver/xserver-xorg_git.bb index 892b59f1c5..8c3f4a417b 100644 --- a/recipes/xorg-xserver/xserver-xorg_git.bb +++ b/recipes/xorg-xserver/xserver-xorg_git.bb @@ -11,6 +11,7 @@ DEFAULT_PREFERENCE = "-1" SRCREV = "db687f718f760ba254ab51994769db101dc9ca3a" SRC_URI = "git://anongit.freedesktop.org/xorg/xserver;protocol=git;branch=master \ + file://ac_check_file.cross.patch;patch=1 \ file://dolt-fix-1.7.0.patch;patch=1 \ file://randr-support-1.7.0.patch;patch=1 \ " |