]> code.ossystems Code Review - openembedded-core.git/commitdiff
Define FRAMES for dates so less interpolation is done between zoom
authorChris Lord <chris@openedhand.com>
Tue, 4 Oct 2005 13:07:27 +0000 (13:07 +0000)
committerChris Lord <chris@openedhand.com>
Tue, 4 Oct 2005 13:07:27 +0000 (13:07 +0000)
transitions

git-svn-id: https://svn.o-hand.com/repos/poky@119 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/dates/dates_svn.bb

index 784d5545cf3851acc7af50cf2a2abbce46d0d7cd..6ba9ec718ed786ad96524019baf2799cf2bbc1a4 100755 (executable)
@@ -4,7 +4,7 @@ DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
 MAINTAINER = "Chris Lord <chris@openedhand.com>"
 DESCRIPTION = "Dates is a calendar application."
 
-PR = "r2"
+PR = "r3"
 
 PV = "0.0cvs${CVSDATE}"
 S = "${WORKDIR}/${PN}"
@@ -13,4 +13,5 @@ SRC_URI = "svn://svn.o-hand.com/repos/;module=${PN};proto=http"
 
 inherit autotools pkgconfig
 
+CFLAGS_prepend = " -DFRAMES=5 "
 FILES_${PN} += "${datadir}/icons/hicolor/48x48/apps/oh-dates.png"