mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
xserver-xorg-common: move RDEPENDS_${PN} += xorg-minimal-fonts to shared .inc
(From OE-Core rev: 7c380db374381ae71cf6b1398a77654b3eebf512) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7350b5bad7
commit
73cfa3e166
@@ -60,6 +60,7 @@ PACKAGES =+ "${PN}-security-policy \
|
|||||||
${PN}-module-libxf1bpp \
|
${PN}-module-libxf1bpp \
|
||||||
${PN}-module-libxf4bpp"
|
${PN}-module-libxf4bpp"
|
||||||
|
|
||||||
|
RDEPENDS_${PN} += "xorg-minimal-fonts"
|
||||||
RRECOMMENDS_${PN} += "${PN}-security-policy xkeyboard-config rgb xserver-xf86-config"
|
RRECOMMENDS_${PN} += "${PN}-security-policy xkeyboard-config rgb xserver-xf86-config"
|
||||||
RDEPENDS_${PN}-xvfb += "xkeyboard-config"
|
RDEPENDS_${PN}-xvfb += "xkeyboard-config"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
require xserver-xorg-common.inc
|
require xserver-xorg-common.inc
|
||||||
|
|
||||||
RDEPENDS_${PN} += "xorg-minimal-fonts"
|
|
||||||
|
|
||||||
FILES_${PN} += "${bindir}/Xorg "
|
FILES_${PN} += "${bindir}/Xorg "
|
||||||
|
|
||||||
EXTRA_OECONF += "--disable-static \
|
EXTRA_OECONF += "--disable-static \
|
||||||
|
|||||||
@@ -3,8 +3,6 @@ require xserver-xorg-common.inc
|
|||||||
PROTO_DEPS += "xf86driproto dri2proto"
|
PROTO_DEPS += "xf86driproto dri2proto"
|
||||||
LIB_DEPS += "virtual/libgl"
|
LIB_DEPS += "virtual/libgl"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "xorg-minimal-fonts"
|
|
||||||
|
|
||||||
FILES_${PN} += "${bindir}/Xorg "
|
FILES_${PN} += "${bindir}/Xorg "
|
||||||
|
|
||||||
EXTRA_OECONF += "--disable-static \
|
EXTRA_OECONF += "--disable-static \
|
||||||
|
|||||||
Reference in New Issue
Block a user