xpext: removed not needed xextproto dependency, stripped whitespaces

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2998 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-10-26 11:35:08 +00:00
parent a137347083
commit 52dc897f53
1 changed files with 2 additions and 2 deletions

View 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}