diff options
author | Michael Smith <msmith@cbnco.com> | 2009-07-13 15:27:48 -0400 |
---|---|---|
committer | Michael Smith <msmith@cbnco.com> | 2009-08-24 12:30:02 -0400 |
commit | faac35c7aa18054c8d0eb4348ab252d249ba8bf4 (patch) | |
tree | 689947723d13a82766b9906d0dced2c62dcf2c0e /recipes/xorg-xserver/xserver-xorg_1.3.0.0.bb | |
parent | dfe2bb428bb6db6938859927a8004caa167b96a8 (diff) |
xorg-xserver-common: pass --enable-glx-tls
Uses the same inherit as mesa-dri, so they both get the same answer.
Also switch to INC_PR.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Diffstat (limited to 'recipes/xorg-xserver/xserver-xorg_1.3.0.0.bb')
-rw-r--r-- | recipes/xorg-xserver/xserver-xorg_1.3.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xorg-xserver/xserver-xorg_1.3.0.0.bb b/recipes/xorg-xserver/xserver-xorg_1.3.0.0.bb index 9d6dca4489..1efea750a5 100644 --- a/recipes/xorg-xserver/xserver-xorg_1.3.0.0.bb +++ b/recipes/xorg-xserver/xserver-xorg_1.3.0.0.bb @@ -2,7 +2,7 @@ MESA_VER = "6.5.2" require xorg-xserver-common.inc PE = "1" -PR = "r8" +PR = "${INC_PR}.0" SRC_URI += "file://drmfix.patch;patch=1 \ file://glyphstr.patch;patch=1" |