All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xf86-video-imxfb-vivante: add dependency on X11
@ 2012-12-17 23:37 Vladimir Zapolskiy
  2012-12-18 10:24 ` Daiane Angolini
  2012-12-18 10:30 ` Andrei Gherzan
  0 siblings, 2 replies; 11+ messages in thread
From: Vladimir Zapolskiy @ 2012-12-17 23:37 UTC (permalink / raw)
  To: meta-freescale; +Cc: Otavio Salvador

Prior to xf86-video-imxfs-vivante there should be built libX11.

This change fixes an issue met on configuration stage:

  | configure:3303: checking whether the C compiler works
  | configure:3325: arm-mentor-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 -mno-unaligned-access [snip] -lm -ldl -lGAL-x11 conftest.c  >&5
  | /opt/projects/mentor/thales-mel6.0/build/tmp/sysroots/imx6qsabrelite/usr/lib/libGAL-x11.so: undefined reference to `XWidthOfScreen'
  [snip]
  | collect2: ld returned 1 exit status

Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com>
---
 recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_12.09.01.bb |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_12.09.01.bb b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_12.09.01.bb
index e319199..26cae88 100644
--- a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_12.09.01.bb
+++ b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_12.09.01.bb
@@ -3,7 +3,7 @@
 
 require recipes-graphics/xorg-driver/xorg-driver-video.inc
 
-DEPENDS += "virtual/libgal-x11 gpu-viv-bin-mx6q"
+DEPENDS += "virtual/libx11 virtual/libgal-x11 gpu-viv-bin-mx6q"
 
 LIC_FILES_CHKSUM = "file://src/vivante_fbdev/vivante.h;endline=19;md5=93a322f91ec495569dcbcfbb2a95454a"
 
@@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "5b3be4b426d2d2803554df9e4d8919d1f9d17659c3153c71c6529f43c3
 
 EXTRA_OECONF_armv7a = " --enable-neon --disable-static"
 CFLAGS += " -I${STAGING_INCDIR}/xorg -I${STAGING_INCDIR}/drm"
-LDFLAGS += "-lm -ldl -lGAL-x11"
+LDFLAGS += "-lm -ldl -lX11 -lGAL-x11"
 
 S = "${WORKDIR}/xserver-xorg-video-imx-viv-${PV}"
 
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-12-18 13:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-17 23:37 [PATCH] xf86-video-imxfb-vivante: add dependency on X11 Vladimir Zapolskiy
2012-12-18 10:24 ` Daiane Angolini
2012-12-18 10:30 ` Andrei Gherzan
2012-12-18 11:10   ` Otavio Salvador
2012-12-18 11:46     ` Vladimir Zapolskiy
2012-12-18 11:43   ` Vladimir Zapolskiy
2012-12-18 11:46     ` Otavio Salvador
2012-12-18 11:48       ` Vladimir Zapolskiy
2012-12-18 11:55       ` Andrei Gherzan
2012-12-18 11:59         ` Otavio Salvador
2012-12-18 13:24           ` Vladimir Zapolskiy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.