- Add knob, WITH_ANIMATION

From README:
 There is a new experimental feature: animated progressbars.
 We have tested it rather thoroughly, and it breaks no applications. Still,
 GTK+ developers consider it an evil hack, so if something breaks, make sure
 that it's not Clearlooks.
This commit is contained in:
Michael Johnson 2005-03-07 03:14:20 +00:00
parent 97b2e5bf33
commit 472676e60d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130508

View File

@ -19,6 +19,10 @@ USE_LIBTOOL_VER=15
USE_GNOME= gtk20 gnomehier
USE_X_PREFIX= yes
.if defined(WITH_ANIMATION)
CONFIGURE_ARGS+= --enable-animation
.endif
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
LDFLAGS="-L${X11BASE}/lib"