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

           Summary: updated bb file for x11vnc 0.8.1
           Product: Openembedded
           Version: unspecified
          Platform: Other
               URL: http://grant.homelinux.net/org.openembedded.dev/packages
                    /libvncserver/x11vnc_0.8.1.bb
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Distributions
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]


I have modified the x11vnc-0.7.1.bb file sot aht it now works to create the
0.8.1 version of x11vnc.  I have tried the package on openzaurus 3.5.4 build
for tosa.  Here is the diff -Nurd:

--- x11vnc_0.7.1.bb     2006-05-11 13:40:55.000000000 -0500
+++ x11vnc_0.8.1.bb     2006-06-26 13:53:56.000000000 -0500
@@ -1,15 +1,15 @@
 DESCRIPTION = "X11 VNC server"
 SECTION = "x11"
 PRIORITY = "optional"
-DEPENDS = "zlib jpeg libx11"
+DEPENDS = "zlib jpeg x11"
 LICENSE = "GPL"

-SRC_URI = "${SOURCEFORGE_MIRROR}/libvncserver/LibVNCServer-${PV}.tar.gz"
+SRC_URI = "${SOURCEFORGE_MIRROR}/libvncserver/x11vnc-${PV}.tar.gz"

 CFLAGS_append = " -D_REENTRANT"
-S = "${WORKDIR}/LibVNCServer-${PV}"
+S = "${WORKDIR}/x11vnc-${PV}"
 # Original SUBDIRS is='libvncserver examples contrib vncterm classes
libvncclient client_examples test'
-EXTRA_OEMAKE_append=" SUBDIRS='libvncserver x11vnc'"
+#EXTRA_OEMAKE_append=" SUBDIRS='libvncserver x11vnc'"

 inherit autotools


-- 
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