diff options
author | ahze <ahze@FreeBSD.org> | 2005-03-07 11:14:20 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-03-07 11:14:20 +0800 |
commit | 875a235ad59288afb18065a8812e44e8d9061d7f (patch) | |
tree | 9c528658e1c5026e1c137d375644c0c250c555c1 /x11-themes/clearlooks/Makefile | |
parent | 04af90eda16ea9ea7312a875667f3358e5192998 (diff) | |
download | freebsd-ports-gnome-875a235ad59288afb18065a8812e44e8d9061d7f.tar.gz freebsd-ports-gnome-875a235ad59288afb18065a8812e44e8d9061d7f.tar.zst freebsd-ports-gnome-875a235ad59288afb18065a8812e44e8d9061d7f.zip |
- 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.
Diffstat (limited to 'x11-themes/clearlooks/Makefile')
-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" |