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

meta/packages/maemo/xpext_1.0-5.bb

index 2db00de0f7ad3635129eb411b77d9ea8c0d2c5db..cc40205c501185e5494b8f2720f0101bac061aee 100644 (file)
@@ -3,13 +3,13 @@ LICENSE= "MIT"
 DESCRIPTION = "X Server Nokia 770 extensions library"
 SECTION = "x11/libs"
 PRIORITY = "optional"
-DEPENDS = "virtual/libx11 xextproto libxext"
+DEPENDS = "virtual/libx11 libxext"
 
 SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/${PN}/${PN}_${PV}.tar.gz \
            file://auxdir.patch;patch=1;pnum=0"
 S = "${WORKDIR}/xpext-1.0"
 
-inherit autotools pkgconfig 
+inherit autotools pkgconfig
 
 do_configure_prepend () {
   cd ${S}