xorg: Fixup DEPENDS on util-macros

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-11-04 15:33:41 +00:00
parent 099fa6714d
commit e3c01a6c2f
5 changed files with 8 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ DESCRIPTION = "X application"
HOMEPAGE = "http://www.x.org/"
SECTION = "x11/apps"
LICENSE = "MIT-X"
DEPENDS = "util-macros-native virtual/libx11"
DEPENDS = "util-macros virtual/libx11"
XORG_PN = "${BPN}"

View File

@@ -6,7 +6,7 @@ LICENSE = "MIT-X"
PE = "1"
PR = "r0"
DEPENDS = "virtual/xserver-xf86 xproto randrproto"
DEPENDS = "virtual/xserver-xf86 xproto randrproto util-macros"
XORG_PN = "${PN}"
SRC_URI = "${XORG_MIRROR}/individual/driver/${XORG_PN}-${PV}.tar.bz2"

View File

@@ -1,3 +1,5 @@
DESCRIPTION = "DRI2 extension headers"
DEPENDS += "util-macros"
require xorg-proto-common.inc

View File

@@ -5,6 +5,8 @@ require xorg-proto-common.inc
PV = "1.99.3+git${SRCPV}"
PR = "r2"
DEPENDS += "util-macros"
SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/dri2proto;protocol=git"
# file://dri2-proto-DRI2Swapbuffer.patch;patch=1"
S = "${WORKDIR}/git"

View File

@@ -3,4 +3,6 @@ require xorg-proto-common.inc
PR = "r2"
PE = "1"
DEPENDS += "util-macros"
BBCLASSEXTEND = "native nativesdk"