1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +00:00

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
+2 -2
View File
@@ -1,14 +1,14 @@
require libx11.inc require libx11.inc
PE = "1" PE = "1"
PR = "r1" PR = "r2"
SRC_URI += "file://x11_disable_makekeys.patch;patch=1 \ SRC_URI += "file://x11_disable_makekeys.patch;patch=1 \
file://nodolt.patch;patch=1 \ file://nodolt.patch;patch=1 \
file://include_fix.patch;patch=1" file://include_fix.patch;patch=1"
DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \ DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \
libxdmcp xf86bigfontproto kbproto inputproto xproto-native" libxdmcp xf86bigfontproto kbproto inputproto xproto-native gettext"
EXTRA_OECONF += "--without-xcb" EXTRA_OECONF += "--without-xcb"
+3 -1
View File
@@ -1,8 +1,10 @@
require libx11.inc require libx11.inc
require libx11_git.inc require libx11_git.inc
PR = "r1"
DEPENDS = "xproto xextproto xcmiscproto xf86bigfontproto kbproto inputproto \ 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" DEFAULT_PREFERENCE = "-1"
+1 -1
View File
@@ -1,7 +1,7 @@
require xorg-lib-common.inc require xorg-lib-common.inc
DESCRIPTION = "A Sample Authorization Protocol for X" DESCRIPTION = "A Sample Authorization Protocol for X"
DEPENDS += " xproto" DEPENDS += " xproto gettext"
PROVIDES = "xau" PROVIDES = "xau"
PE = "1" PE = "1"
+3 -1
View File
@@ -3,9 +3,11 @@ require xorg-lib-common.inc
DESCRIPTION = "X Display Manager Control Protocol library" DESCRIPTION = "X Display Manager Control Protocol library"
DEPENDS += "xproto" DEPENDS += "xproto"
PROVIDES = "xdmcp" PROVIDES = "xdmcp"
PR = "r1" PR = "r2"
PE = "1" PE = "1"
DEPENDS += "gettext"
XORG_PN = "libXdmcp" XORG_PN = "libXdmcp"
BBCLASSEXTEND = "native nativesdk" BBCLASSEXTEND = "native nativesdk"
+1
View File
@@ -6,5 +6,6 @@ PE = "1"
PR = "r0" PR = "r0"
RDEPENDS_${PN}-dev = "" RDEPENDS_${PN}-dev = ""
DEPENDS += "gettext"
BBCLASSEXTEND = "native nativesdk" BBCLASSEXTEND = "native nativesdk"