xorg-libs: Add gettext to DEPENDS where required

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock
2009-12-17 17:13:37 +00:00
parent 41f43e1b98
commit b54602dece
5 changed files with 10 additions and 5 deletions

View File

@@ -1,14 +1,14 @@
require libx11.inc
PE = "1"
PR = "r1"
PR = "r2"
SRC_URI += "file://x11_disable_makekeys.patch;patch=1 \
file://nodolt.patch;patch=1 \
file://include_fix.patch;patch=1"
DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \
libxdmcp xf86bigfontproto kbproto inputproto xproto-native"
libxdmcp xf86bigfontproto kbproto inputproto xproto-native gettext"
EXTRA_OECONF += "--without-xcb"

View File

@@ -1,8 +1,10 @@
require libx11.inc
require libx11_git.inc
PR = "r1"
DEPENDS = "xproto xextproto xcmiscproto xf86bigfontproto kbproto inputproto \
bigreqsproto xtrans libxau libxcb libxdmcp util-macros"
bigreqsproto xtrans libxau libxcb libxdmcp util-macros gettext"
DEFAULT_PREFERENCE = "-1"

View File

@@ -1,7 +1,7 @@
require xorg-lib-common.inc
DESCRIPTION = "A Sample Authorization Protocol for X"
DEPENDS += " xproto"
DEPENDS += " xproto gettext"
PROVIDES = "xau"
PE = "1"

View File

@@ -3,9 +3,11 @@ require xorg-lib-common.inc
DESCRIPTION = "X Display Manager Control Protocol library"
DEPENDS += "xproto"
PROVIDES = "xdmcp"
PR = "r1"
PR = "r2"
PE = "1"
DEPENDS += "gettext"
XORG_PN = "libXdmcp"
BBCLASSEXTEND = "native nativesdk"

View File

@@ -6,5 +6,6 @@ PE = "1"
PR = "r0"
RDEPENDS_${PN}-dev = ""
DEPENDS += "gettext"
BBCLASSEXTEND = "native nativesdk"