[oe-commits] org.oe.dev add xoo, a GTK2 based graphical wrapper around a windowed X Server. It is intended for embedded developers that want to simulate a target

mickeyl commit openembedded-commits at lists.openembedded.org
Mon Oct 16 15:07:56 UTC 2006


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.

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: c996b60a0f86021c7ac2cf2ff8b038c3f2ba2421
ViewMTN: http://monotone.openembedded.org/revision.psp?id=c996b60a0f86021c7ac2cf2ff8b038c3f2ba2421
Files:
1
packages/xoo
packages/xoo/xoo_svn.bb
Diffs:

#
# mt diff -r84ad28833b9c20c7013f71fc9202b87cd85d7f26 -rc996b60a0f86021c7ac2cf2ff8b038c3f2ba2421
#
# 
# 
# add_dir "packages/xoo"
# 
# add_file "packages/xoo/xoo_svn.bb"
#  content [68bc126a08dd7c26d216a02249f37513df491ad0]
# 
============================================================
--- packages/xoo/xoo_svn.bb	68bc126a08dd7c26d216a02249f37513df491ad0
+++ packages/xoo/xoo_svn.bb	68bc126a08dd7c26d216a02249f37513df491ad0
@@ -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






More information about the Openembedded-commits mailing list