From: Michael Lauer Date: Mon, 16 Oct 2006 15:01:01 +0000 (+0000) Subject: add xoo, a GTK2 based graphical wrapper around a windowed X Server. It is intended... X-Git-Tag: Release-2010-05/1~9453^2~567^2~155 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b91955580d03b1793191f8f08cd9d66befded86e;p=openembedded.git add xoo, a GTK2 based graphical wrapper around a windowed X Server. It is intended for embedded developers that want to simulate a target device (with an accurate display size, working hardware buttons, etc) on a desktop machine. --- diff --git a/packages/xoo/.mtn2git_empty b/packages/xoo/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/xoo/xoo_svn.bb b/packages/xoo/xoo_svn.bb new file mode 100644 index 0000000000..dedab26b21 --- /dev/null +++ b/packages/xoo/xoo_svn.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Xoo is a GTK2 based graphical wrapper around a windowed X Server. \ +It is intended for embedded developers that want to simulate a target device \ +(with an accurate display size, working hardware buttons, etc) on a desktop machine." +HOMEPAGE = "http://projects.o-hand.com/xoo" +LICENSE = "GPL" +DEPENDS = "virtual/libx11 libxtst" +PV = "0.7+svn${SRCDATE}" +PR = "r0" + +SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=Xoo;proto=http" +S = "${WORKDIR}/Xoo" + +inherit autotools