- 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:
parent
97b2e5bf33
commit
472676e60d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130508
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user