Define FRAMES for dates so less interpolation is done between zoom

transitions


git-svn-id: https://svn.o-hand.com/repos/poky@119 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Chris Lord 2005-10-04 13:07:27 +00:00
parent a5a5de3e9b
commit 9f6a0e0555
1 changed files with 2 additions and 1 deletions

View File

@ -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"