diff mbox

[xorg,3/7] Xorg updates found during Linux Mint 17 build.

Message ID 1407414726-1710-3-git-send-email-dore@madsdore.dk
State New
Delegated to: Jacob Kjaergaard
Headers show

Commit Message

Mads Doré Hansen Aug. 7, 2014, 12:32 p.m. UTC
---
 recipes/xorg-driver/xf86-video-ati_7.1.0.oe | 2 ++
 recipes/xorg-lib/libxinerama_1.1.2.oe       | 2 ++
 recipes/xorg-lib/libxrandr_1.3.2.oe         | 2 ++
 recipes/xorg-lib/pixman_0.25.2.oe           | 2 ++
 recipes/xorg-proto/randrproto_1.3.2.oe      | 2 +-
 recipes/xorg-proto/xineramaproto_1.2.1.oe   | 2 ++
 6 files changed, 11 insertions(+), 1 deletion(-)
diff mbox

Patch

diff --git a/recipes/xorg-driver/xf86-video-ati_7.1.0.oe b/recipes/xorg-driver/xf86-video-ati_7.1.0.oe
index 1a01d7a..88a3244 100644
--- a/recipes/xorg-driver/xf86-video-ati_7.1.0.oe
+++ b/recipes/xorg-driver/xf86-video-ati_7.1.0.oe
@@ -6,6 +6,8 @@  DEPENDS += "libdrm-radeon kbproto xf86driproto"
 LIBS_DEPS = """
 	xserver-xorg-extension-dri
 	xserver-xorg-extension-dri2
+  xserver-xorg-extension-exa
+  xserver-xorg-extension-fb
 	xserver-xorg-extension-dbe
 	xserver-xorg-extension-glx
 	xserver-xorg-extension-extmod
diff --git a/recipes/xorg-lib/libxinerama_1.1.2.oe b/recipes/xorg-lib/libxinerama_1.1.2.oe
index 95f76b7..531ce33 100644
--- a/recipes/xorg-lib/libxinerama_1.1.2.oe
+++ b/recipes/xorg-lib/libxinerama_1.1.2.oe
@@ -8,6 +8,8 @@  devices which may be combined into a single logical X screen."
 
 LICENSE = "MIT"
 
+RECIPE_TYPES = "machine native"
+
 DEPENDS += "libxext xineramaproto"
 DEPENDS_${PN} += "xineramaproto libxext"
 RDEPENDS_${PN} += "libxext"
diff --git a/recipes/xorg-lib/libxrandr_1.3.2.oe b/recipes/xorg-lib/libxrandr_1.3.2.oe
index fbc83b9..27b2eac 100644
--- a/recipes/xorg-lib/libxrandr_1.3.2.oe
+++ b/recipes/xorg-lib/libxrandr_1.3.2.oe
@@ -4,6 +4,8 @@  window of a screen. It is based on the X Resize and Rotate Extension as \
 specified in the Proceedings of the 2001 Usenix Technical Conference \
 [RANDR]."
 
+RECIPE_TYPES = "machine native"
+
 require xorg-lib-common.inc
 
 LICENSE = "MIT-style"
diff --git a/recipes/xorg-lib/pixman_0.25.2.oe b/recipes/xorg-lib/pixman_0.25.2.oe
index b2043fe..73bdba2 100644
--- a/recipes/xorg-lib/pixman_0.25.2.oe
+++ b/recipes/xorg-lib/pixman_0.25.2.oe
@@ -7,6 +7,8 @@  including trapezoids, triangles, and rectangles."
 
 require xorg-lib-common.inc
 
+RECIPE_TYPES = "machine native"
+
 LICENSE = "MIT & MIT-style & PD"
                    
 DEPENDS += "zlib libpng libm libgcc libc"
diff --git a/recipes/xorg-proto/randrproto_1.3.2.oe b/recipes/xorg-proto/randrproto_1.3.2.oe
index 7fb9da4..5729a81 100644
--- a/recipes/xorg-proto/randrproto_1.3.2.oe
+++ b/recipes/xorg-proto/randrproto_1.3.2.oe
@@ -8,5 +8,5 @@  resize, rotate and reflect the root window of a screen."
 
 LICENSE = "MIT-style"
 
-RECIPE_TYPES = "sdk machine"
+RECIPE_TYPES = "sdk machine native"
 
diff --git a/recipes/xorg-proto/xineramaproto_1.2.1.oe b/recipes/xorg-proto/xineramaproto_1.2.1.oe
index bb5fb1e..f8774a3 100644
--- a/recipes/xorg-proto/xineramaproto_1.2.1.oe
+++ b/recipes/xorg-proto/xineramaproto_1.2.1.oe
@@ -8,3 +8,5 @@  physical output devices which may be combined into a single logical X \
 screen."
 
 LICENSE = "MIT & MIT-style"
+
+RECIPE_TYPES = "machine native"