summaryrefslogtreecommitdiff
path: root/recipes-graphics
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-05-05 12:40:41 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 16:39:33 +0100
commit9d6375529dce6ad3f1a203302d7571af014611f7 (patch)
tree6035f67aae89a872c53dd90cef5a98011a8655a8 /recipes-graphics
parent9117fc4e71b63a1b0bbdde1a16830033a52082e7 (diff)
xserver-xorg-1.14.7.inc: Replace individual deprecated xorg proto recipes with xorgproto
see openembedded-core commit 460a2b27af8d023b27703b491331c8cbe7aad0ff Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xorg-1.14.7.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xorg-1.14.7.inc b/recipes-graphics/xorg-xserver/xserver-xorg-1.14.7.inc
index 5fe0a9f..8669baa 100644
--- a/recipes-graphics/xorg-xserver/xserver-xorg-1.14.7.inc
+++ b/recipes-graphics/xorg-xserver/xserver-xorg-1.14.7.inc
@@ -28,7 +28,7 @@ inherit autotools pkgconfig
inherit distro_features_check
REQUIRED_DISTRO_FEATURES = "x11"
-PROTO_DEPS = "randrproto renderproto fixesproto damageproto xextproto xproto xf86dgaproto xf86miscproto xf86vidmodeproto compositeproto recordproto resourceproto videoproto scrnsaverproto xineramaproto fontsproto kbproto inputproto bigreqsproto xcmiscproto"
+PROTO_DEPS = "xorgproto"
LIB_DEPS = "pixman libxfont xtrans libxau libxext libxdmcp libdrm libxkbfile libpciaccess openssl libgcrypt nettle"
DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} font-util"