[gnome-ostree] manifest: Move xcb/util before drivers in manifest



commit ae40479c20066e13a1ddc1365df999354c64ccc1
Author: Colin Walters <walters verbum org>
Date:   Wed Feb 6 08:56:33 2013 -0500

    manifest: Move xcb/util before drivers in manifest
    
    So the intel driver builds again.

 manifest.json |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index d8991e0..d3aeb13 100644
--- a/manifest.json
+++ b/manifest.json
@@ -339,6 +339,8 @@
 		{"src": "fd:xorg/xserver",
 		 "patches": ["xorg-xserver-autogen.patch"]},
 
+		{"src": "fd:xcb/util"},
+
 		{"src": "fd:xorg/driver/xf86-input-keyboard"},
 
 		{"src": "fd:xorg/driver/xf86-input-mouse"},
@@ -351,8 +353,6 @@
 
 		{"src": "fd:xorg/driver/xf86-video-vesa"},
 
-		{"src": "fd:xcb/util"},
-
 		{"src": "fd:startup-notification",
 		 "patches": ["startup-notification-autogen.patch"]},
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]