diff options
| author | Peng Li <peng.li@intel.com> | 2008-10-29 22:17:00 +0800 |
|---|---|---|
| committer | Peng Li <peng.li@intel.com> | 2008-10-29 22:17:00 +0800 |
| commit | 8fea3faa89eda9d90d2b0dbab07c78dca3677203 (patch) | |
| tree | 5ad49c7a8fea6b0fc612b396a4aa65b2ecdcd9c3 | |
| parent | e16d2b9ab2870374199a875ac0d29335b4dbc18f (diff) | |
| download | poky-8fea3faa89eda9d90d2b0dbab07c78dca3677203.tar.gz | |
xserver-xf86-dri-lite : apply xserver-boottime.patch
This patch is used to measure xserver boot time
| -rw-r--r-- | meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb b/meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb index 39e286570e..1fe84a3b66 100644 --- a/meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb +++ b/meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb | |||
| @@ -10,7 +10,8 @@ DEFAULT_PREFERENCE = "-1" | |||
| 10 | 10 | ||
| 11 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git \ | 11 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git \ |
| 12 | file://xorg.conf \ | 12 | file://xorg.conf \ |
| 13 | file://libdri-xinerama-symbol.patch;patch=1" | 13 | file://libdri-xinerama-symbol.patch;patch=1 \ |
| 14 | file://xserver-boottime.patch;patch=1" | ||
| 14 | 15 | ||
| 15 | # Misc build failure for master HEAD | 16 | # Misc build failure for master HEAD |
| 16 | SRC_URI += "file://fix_open_max_preprocessor_error.patch;patch=1" | 17 | SRC_URI += "file://fix_open_max_preprocessor_error.patch;patch=1" |
