xtscal: recommend a font
authorKoen Kooi <koen@openembedded.org>
Sat, 16 Jun 2007 10:00:04 +0000 (10:00 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 16 Jun 2007 10:00:04 +0000 (10:00 +0000)
packages/xtscal/xtscal.inc
packages/xtscal/xtscal_0.6.3.bb

index 220c262..8dc5d1a 100644 (file)
@@ -3,6 +3,9 @@ SECTION = "x11/base"
 LICENSE = "GPL"
 DEPENDS = "virtual/libx11 libxft libxrandr xcalibrate"
 
+# xtscal needs a font to display text
+RRECOMMENDS = "ttf-dejavu-sans"
+
 SRC_URI = "${GPE_MIRROR}/xtscal-${PV}.tar.bz2"
 
 inherit autotools
index c19fcaf..b75f1b7 100644 (file)
@@ -1,5 +1,5 @@
 require xtscal.inc
 
-PR = "r5"
+PR = "r6"
 
 SRC_URI += "file://xtscal-cxk.patch;patch=1"