summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-03-31 20:59:32 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-28 09:52:27 +0100
commitee1be44976fcb8d584fee5f5c30f4f95abec76ed (patch)
tree30519cf271e9bf1fcd56f9bc4e9548cdfcba4fc5 /meta/recipes-graphics/xorg-lib/libxdmcp_1.1.0.bb
parent75fea9d4064985de26316021e0fc4fd81fa341ef (diff)
downloadopenembedded-core-ee1be44976fcb8d584fee5f5c30f4f95abec76ed.tar.gz
xorg-lib: inherit gettext class instead of adding gettext to DEPENDS directly
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxdmcp_1.1.0.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxdmcp_1.1.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.0.bb b/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.0.bb
index d897dab0f5..483dce3aea 100644
--- a/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.0.bb
+++ b/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.0.bb
@@ -8,6 +8,8 @@ autonomous display."
require xorg-lib-common.inc
+inherit gettext
+
LICENSE = "MIT-style"
LIC_FILES_CHKSUM = "file://COPYING;md5=d559fb26e129626022e052a5e6e0e123"
@@ -17,8 +19,6 @@ PROVIDES = "xdmcp"
PR = "r0"
PE = "1"
-DEPENDS += "gettext"
-
XORG_PN = "libXdmcp"
BBCLASSEXTEND = "native nativesdk"