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"