]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxcb: Add xcb-proto-native to DEPENDS
authorRichard Purdie <rpurdie@linux.intel.com>
Sat, 17 Jan 2009 15:20:31 +0000 (15:20 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Sat, 17 Jan 2009 15:20:31 +0000 (15:20 +0000)
meta/packages/xcb/libxcb_1.1.91.bb
meta/packages/xcb/libxcb_1.1.93.bb

index 2e97a34cdeada37af53f5ae5a53c9e67f15ffc60..ae0cc5761d3a2eaf4007236aa33b70c346b273df 100644 (file)
@@ -1,6 +1,6 @@
 include libxcb.inc
 PR = "r1"
 
-DEPENDS += "libpthread-stubs"
+DEPENDS += "libpthread-stubs xcb-proto-native"
 
 PACKAGES =+ "libxcb-xinerama"
index b0d2223bbb1dcd493ead28cae3d5a4711e33903f..d9dfd28fb8ead09fd7c6b482dbfc02873474253e 100644 (file)
@@ -3,6 +3,6 @@ PR = "r1"
 
 DEFAULT_PREFERENCE = "-1"
 
-DEPENDS += "libpthread-stubs"
+DEPENDS += "libpthread-stubs xcb-proto-native"
 
 PACKAGES =+ "libxcb-xinerama"