diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-03-07 03:14:20 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-03-07 03:14:20 +0000 |
commit | 472676e60df06b934715e33fc6d24650ba87601c (patch) | |
tree | bfa7284ca0e9565504d44efeb5ef81259b9aa52f /x11-themes/clearlooks | |
parent | 97b2e5bf33ba948360d49d730c12768d59a02817 (diff) |
- 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.
Notes
Notes:
svn path=/head/; revision=130508
Diffstat (limited to 'x11-themes/clearlooks')
-rw-r--r-- | x11-themes/clearlooks/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-themes/clearlooks/Makefile b/x11-themes/clearlooks/Makefile index 6058b0c8955f..7146303eb2b0 100644 --- a/x11-themes/clearlooks/Makefile +++ b/x11-themes/clearlooks/Makefile @@ -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" |