http://bugs.openembedded.org/show_bug.cgi?id=1312





------- Comment #10 from [EMAIL PROTECTED]  2006-08-19 09:03 -------
(In reply to comment #8)
> I think that we should make libsdl-x11 default provider for virtual/libsdl -
> this configuration generate less problems on building.
> 
> With this config I was able to build libvncserver package without problems for
> Angstrom.

... by replacing virtual/libsdl with libsdl-x11 build was also OK with my
configuration.

***
#
# old_revision [99d1863992799e9f29e9132d4320b52a14bd7879]
#
# patch "packages/libvncserver/libvncserver_0.8.2.bb"
#  from [ca9ccb91cb56eec04c5e1d1c48f07b67c5517235]
#    to [93c7dcff1fcfea6fd541e5c0a3be45773b593133]
#
============================================================
--- packages/libvncserver/libvncserver_0.8.2.bb
ca9ccb91cb56eec04c5e1d1c48f07b67c5517235
+++ packages/libvncserver/libvncserver_0.8.2.bb
93c7dcff1fcfea6fd541e5c0a3be45773b593133
@@ -6,12 +6,14 @@ PROVIDES = "x11vnc"
 SECTION = "libs"
 PRIORITY = "optional"
 PROVIDES = "x11vnc"
-DEPENDS = "virtual/libsdl virtual/libx11 zlib jpeg"
+DEPENDS = "libsdl-x11 virtual/libx11 libxext glibc zlib jpeg "
 PR = "r2"

 SRC_URI =
"${SOURCEFORGE_MIRROR}/libvncserver/LibVNCServer-${PV}.tar.gz;md5sum=17a18e398af6c1730f72068022a152aa"
 S = "${WORKDIR}/LibVNCServer-${PV}"

+EXTRA_OECONF = "--without-xinerama"
+
 inherit autotools

 do_stage() {


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe

Reply via email to