summaryrefslogtreecommitdiff
path: root/recipes-graphics
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-10-09 18:37:33 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2013-10-09 18:37:33 +0200
commit5f035e82326ca7a544dd80271def685d67f9ae05 (patch)
treed4bc33f4291348de57f1b6139bfc22c968417724 /recipes-graphics
parentb5eb463a04886eabe0508dcce8687448fd9d89d7 (diff)
xserver: fix patching only for the tegras
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xorg_1.14.0.bbappend5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xorg_1.14.0.bbappend b/recipes-graphics/xorg-xserver/xserver-xorg_1.14.0.bbappend
index 44914e9..118566d 100644
--- a/recipes-graphics/xorg-xserver/xserver-xorg_1.14.0.bbappend
+++ b/recipes-graphics/xorg-xserver/xserver-xorg_1.14.0.bbappend
@@ -2,4 +2,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
PRINC := "${@int(PRINC) + 2}"
-SRC_URI_tegra += "file://Revert_Use_new_pixman_glyph_cache_t_API_that_will_be_in_pixman0.28.0.patch"
+ADD_PATCHES = ""
+ADD_PATCHES_tegra = "file://Revert_Use_new_pixman_glyph_cache_t_API_that_will_be_in_pixman0.28.0.patch"
+
+SRC_URI += "${ADD_PATCHES}"