fbvncserver: remove dependency on version 0.6 of libvncserver. 0.8.x and 0.9 are...
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Mon, 28 Jan 2008 11:19:44 +0000 (11:19 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Mon, 28 Jan 2008 11:19:44 +0000 (11:19 +0000)
* unbreaks build when RDEPENDS line is commented out (the kmodule still fails to build)
* reorder fields according to StyleGuide
* closes 1732

packages/vnc/fbvncserver_0.9.4.bb

index e7c8151..4e6ee15 100644 (file)
@@ -1,13 +1,10 @@
 DESCRIPTION = "Framebuffer VNC server"
-LICENSE = "GPL"
 SECTION = "console/utils"
-#DEPENDS = "libvncserver jpeg zlib"
-# using older version due of error with libvncserver-0.7.1
-# fbvncserver.c:577: error: structure has no member named `rfbAlwaysShared'
-# fbvncserver.c:602: error: structure has no member named `rfbClientHead'
-DEPENDS = "libvncserver-0.6 jpeg zlib"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = "libvncserver jpeg zlib"
 RDEPENDS = "fbvncserver-kmodule libvncserver-storepasswd libvncserver-javaapplet"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "http://sdgsystems.com/download/fbvncserver-${PV}.tar.gz \
            file://libvncs0.6.patch;patch=1 \
@@ -20,7 +17,6 @@ SRC_URI = "http://sdgsystems.com/download/fbvncserver-${PV}.tar.gz \
 S = "${WORKDIR}/fbvncserver-${PV}"
 
 export INCLUDES = "-I${STAGING_INCDIR}"
-
 export LIBS = "-L${STAGING_LIBDIR} -lpthread"
 export VNCSERVER_DIR = "${STAGING_LIBDIR}"
 export ZAURUS_ZLIB_LIBS = "${STAGING_LIBDIR}"