]> code.ossystems Code Review - openembedded-core.git/commitdiff
xsp: removed not needed xextproto dependency, stripped whitespaces
authorMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 26 Oct 2007 11:34:14 +0000 (11:34 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 26 Oct 2007 11:34:14 +0000 (11:34 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2997 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/maemo/xsp_1.0.0-8.bb

index fd97494966763b1d69e050f1caa8fd7742e53773..d5f94c64cd775583ec71657b18e0fb01e4d19a8e 100644 (file)
@@ -3,12 +3,12 @@ LICENSE= "MIT"
 DESCRIPTION = "X Server Nokia 770 extensions library"
 SECTION = "x11/libs"
 PRIORITY = "optional"
-DEPENDS = "virtual/libx11 xextproto libxext xpext"
+DEPENDS = "virtual/libx11 libxext xpext"
 
 SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/xsp/${PN}_${PV}.tar.gz"
 S = "${WORKDIR}/Xsp"
 
-inherit autotools pkgconfig 
+inherit autotools pkgconfig
 
 do_stage() {
        oe_runmake install prefix=${STAGING_DIR} \