From d00bd16b5cf9da9057e7ba4490e88811df33d7d0 Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Tue, 20 Apr 2010 20:51:56 +0100 Subject: [PATCH] pandora-misc: Add missing tslib to recipe. --- recipes/pandora-system/pandora-misc.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.39.5