pandora-misc: Add missing tslib to recipe.
authorDavid-John Willis <John.Willis@Distant-earth.com>
Tue, 20 Apr 2010 19:51:56 +0000 (20:51 +0100)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Tue, 20 Apr 2010 19:51:56 +0000 (20:51 +0100)
recipes/pandora-system/pandora-misc.bb

index 6db8d0f..d79df57 100644 (file)
@@ -1,16 +1,16 @@
 DESCRIPTION = "Miscellaneous OpenPandora utilities"
 
 DESCRIPTION = "Miscellaneous OpenPandora utilities"
 
-PR = "r2"
+PR = "r3"
 
 PARALLEL_MAKE = ""
 
 
 PARALLEL_MAKE = ""
 
-DEPENDS = "virtual/libx11"
+DEPENDS = "virtual/libx11 tslib"
 
 SRC_URI = " \
           git://openpandora.org/pandora-misc.git;protocol=git;branch=master \
 "
 
 
 SRC_URI = " \
           git://openpandora.org/pandora-misc.git;protocol=git;branch=master \
 "
 
-TARGET_LDFLAGS += "-lpthread -lX11"
+TARGET_LDFLAGS += "-lpthread -lX11 -lts"
 
 SRCREV = "84815134b3dbba81f930ab2476568e7ba1a783d9"
 
 
 SRCREV = "84815134b3dbba81f930ab2476568e7ba1a783d9"