OLD | NEW |
---|---|
1 # -*- python -*- | 1 # -*- python -*- |
2 | 2 |
3 # Copyright (c) 2009 The Chromium OS Authors. All rights reserved. | 3 # Copyright (c) 2009 The Chromium OS Authors. All rights reserved. |
4 # Use of this source code is governed by a BSD-style license that can be | 4 # Use of this source code is governed by a BSD-style license that can be |
5 # found in the LICENSE file. | 5 # found in the LICENSE file. |
6 | 6 |
7 # NOTES | 7 # NOTES |
8 # | 8 # |
9 # This file must exist both in trunk and trunk/src, since some users sync | 9 # This file must exist both in trunk and trunk/src, since some users sync |
10 # trunk and some sync src. (In the end, src will win, since src-internal will | 10 # trunk and some sync src. (In the end, src will win, since src-internal will |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
132 _third_party_base + "tzdata": "/tzdata.git", | 132 _third_party_base + "tzdata": "/tzdata.git", |
133 | 133 |
134 # xf86-video-msm from codeaurora.org | 134 # xf86-video-msm from codeaurora.org |
135 _third_party_base + "xf86-video-msm": "/xf86-video-msm.git", | 135 _third_party_base + "xf86-video-msm": "/xf86-video-msm.git", |
136 | 136 |
137 # pango (i18n text rendering) | 137 # pango (i18n text rendering) |
138 _third_party_base + "pango": "/pango.git", | 138 _third_party_base + "pango": "/pango.git", |
139 | 139 |
140 # upstart | 140 # upstart |
141 _third_party_base + "upstart/files": "/upstart.git", | 141 _third_party_base + "upstart/files": "/upstart.git", |
142 | |
143 # xserver-xorg-core | |
144 _third_party_base + "xserver-xorg-core": "/xserver-xorg-core.git", | |
Mandeep Singh Baines
2010/01/13 21:49:03
Shouldn't this be called xorg-server
Bill Richardson
2010/01/13 22:41:49
Well.... maybe. xserver-xorg-core is the required
| |
142 } | 145 } |
OLD | NEW |