mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-09 12:18:49 +00:00
xserver-xorg: remove xorg-minimal-fonts from DEPENDS
The xorg-minimal-fonts recipe was a hack to get X working at runtime, so having it in DEPENDS serves no purpose Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
85d386210e
commit
f0dd3db640
@ -5,7 +5,7 @@ require xorg-xserver-common.inc
|
|||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00"
|
||||||
|
|
||||||
DESCRIPTION = "the X.Org X server"
|
DESCRIPTION = "the X.Org X server"
|
||||||
DEPENDS += "mesa-dri pixman libpciaccess openssl dri2proto glproto xorg-minimal-fonts font-util-native"
|
DEPENDS += "mesa-dri pixman libpciaccess openssl dri2proto glproto font-util-native"
|
||||||
PE = "2"
|
PE = "2"
|
||||||
PR = "${INC_PR}.0"
|
PR = "${INC_PR}.0"
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@ DISTRO_XORG_CONFIG_MANAGER_angstrom = "udev"
|
|||||||
require xorg-xserver-common.inc
|
require xorg-xserver-common.inc
|
||||||
|
|
||||||
DESCRIPTION = "the X.Org X server"
|
DESCRIPTION = "the X.Org X server"
|
||||||
DEPENDS += "pixman libpciaccess openssl dri2proto glproto xorg-minimal-fonts font-util-native"
|
DEPENDS += "pixman libpciaccess openssl dri2proto glproto font-util-native"
|
||||||
PE = "2"
|
PE = "2"
|
||||||
PR = "${INC_PR}.0"
|
PR = "${INC_PR}.0"
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,7 @@ LICENSE = "MIT-X"
|
|||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00"
|
||||||
|
|
||||||
DESCRIPTION = "the X.Org X server"
|
DESCRIPTION = "the X.Org X server"
|
||||||
DEPENDS += "pixman libpciaccess openssl dri2proto glproto xorg-minimal-fonts font-util-native"
|
DEPENDS += "pixman libpciaccess openssl dri2proto glproto font-util-native"
|
||||||
PV = "1.10.1"
|
PV = "1.10.1"
|
||||||
PR = "${INC_PR}.0"
|
PR = "${INC_PR}.0"
|
||||||
PR_append = "+gitr${SRCPV}"
|
PR_append = "+gitr${SRCPV}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user