aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-12-20 16:10:07 +0000
committerEric Bénard <eric@eukrea.com>2013-01-07 12:00:27 +0100
commitd095cf01dabf79b846add708f2ae813c64bec9e1 (patch)
tree1b898ac84370c0ac737210be10b41c934c34a560 /meta-oe
parentad82ac15d5a158bca0c68ca6641273bdb8e7ba5b (diff)
downloadmeta-openembedded-d095cf01dabf79b846add708f2ae813c64bec9e1.tar.gz
openmotif: Avoid use os Xos.h from host
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb b/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb
index 23142ee5d1..98882462f7 100644
--- a/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb
+++ b/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb
@@ -1,11 +1,11 @@
SECTION = "libs"
DESCRIPTION = "OSM/Motif implementation."
LICENSE = "OGPL"
-DEPENDS = "xbitmaps virtual/libx11 libxt libxft"
+DEPENDS = "xbitmaps virtual/libx11 libxt libxft xproto"
LIC_FILES_CHKSUM = "file://LICENSE;md5=14f692c82491db3d52419929d2f3b343"
-PR = "r2"
+PR = "r3"
SRC_URI = "http://fossies.org/unix/misc/openmotif-2.3.3.tar.gz \
file://configure.patch;patch=1"
@@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "c85f5545e218fa0c59a3789192132d472fc5a33e914a221a568eee4fc1
inherit autotools
-EXTRA_OECONF = "--disable-printing"
+EXTRA_OECONF = "X_CFLAGS=-I${STAGING_INCDIR} --disable-printing"
PACKAGES += "${PN}-bin"