From: David-John Willis Date: Tue, 20 Apr 2010 19:51:56 +0000 (+0100) Subject: pandora-misc: Add missing tslib to recipe. X-Git-Tag: Release-2010-05/1~26^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d00bd16b5cf9da9057e7ba4490e88811df33d7d0;p=openpandora.oe.git pandora-misc: Add missing tslib to recipe. --- diff --git a/recipes/pandora-system/pandora-misc.bb b/recipes/pandora-system/pandora-misc.bb index 6db8d0f..d79df57 100644 --- a/recipes/pandora-system/pandora-misc.bb +++ b/recipes/pandora-system/pandora-misc.bb @@ -1,16 +1,16 @@ DESCRIPTION = "Miscellaneous OpenPandora utilities" -PR = "r2" +PR = "r3" PARALLEL_MAKE = "" -DEPENDS = "virtual/libx11" +DEPENDS = "virtual/libx11 tslib" SRC_URI = " \ git://openpandora.org/pandora-misc.git;protocol=git;branch=master \ " -TARGET_LDFLAGS += "-lpthread -lX11" +TARGET_LDFLAGS += "-lpthread -lX11 -lts" SRCREV = "84815134b3dbba81f930ab2476568e7ba1a783d9"