mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
xorg: Replace depreciated *proto depends with xorgproto
The oe-core commit 9d236bd40ef8598c78c1ea807d658467700505e2 has removed *proto, we also need to do so in meta-openembedded. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
7f12897639
commit
1dfd225c60
|
|
@ -6,8 +6,8 @@ SUMMARY = "X.Org X server -- ATI Radeon video driver"
|
|||
|
||||
DESCRIPTION = "Open-source X.org graphics driver for ATI Radeon graphics"
|
||||
|
||||
DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \
|
||||
virtual/libgl xineramaproto libpciaccess"
|
||||
DEPENDS += "virtual/libx11 libxvmc drm \
|
||||
virtual/libgl xorgproto libpciaccess"
|
||||
|
||||
inherit distro_features_check
|
||||
REQUIRED_DISTRO_FEATURES += "opengl"
|
||||
|
|
|
|||
|
|
@ -16,6 +16,6 @@ SRC_URI[md5sum] = "3ee2549247e01de3e7bce52c27483118"
|
|||
SRC_URI[sha256sum] = "b663cd8e6364f7c4e2637b9fcab9861d0e3971518c73b00d213f6545a1289422"
|
||||
|
||||
PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'dri', '', d)}"
|
||||
PACKAGECONFIG[dri] = "--enable-dri,--disable-dri,drm xf86driproto,xserver-xorg-extension-dri"
|
||||
PACKAGECONFIG[dri] = "--enable-dri,--disable-dri,drm xorgproto,xserver-xorg-extension-dri"
|
||||
|
||||
RDEPENDS_${PN} = "xserver-xorg-module-exa"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
|||
|
||||
inherit xfce-panel-plugin
|
||||
|
||||
DEPENDS += "xfconf xproto libxtst"
|
||||
DEPENDS += "xfconf xorgproto libxtst"
|
||||
|
||||
SRC_URI[md5sum] = "9169140af7c9d3fddd8a5c9e0efb5a61"
|
||||
SRC_URI[sha256sum] = "cf2b45e327e67cc187dcb99a6ef6d95570463045accd24540e17172f005189b3"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user