From 9744e252d38baed74b31dd1be2fd53cdbbe4d46a Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Fri, 16 Apr 2010 22:24:38 -0400 Subject: [PATCH] xorg-headers-native: haven't been updated since 2006, do so now Update the combined headers from the following packages: * xproto-7.0.16 * libx11-1.3.3 * libxau-1.0.5 * libxdmcp-1.0.3 * libxt-1.0.8 For example, GenericEvent is new since xproto-7.0.13 and prevents libx11-native from building on an X-less host. Signed-off-by: Denys Dmytriyenko --- recipes/xorg-lib/xorg-headers-native.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/xorg-lib/xorg-headers-native.bb b/recipes/xorg-lib/xorg-headers-native.bb index ce90fc02cd..5c9ee39076 100644 --- a/recipes/xorg-lib/xorg-headers-native.bb +++ b/recipes/xorg-lib/xorg-headers-native.bb @@ -2,6 +2,8 @@ LICENSE = "MIT" PR = "r2" +PR = "r2" + SRC_URI = "file://X11" inherit native @@ -12,3 +14,4 @@ do_install() { } NATIVE_INSTALL_WORKS = "1" + -- 2.39.5