diff options
Diffstat (limited to 'package/flot/flot.mk')
-rw-r--r-- | package/flot/flot.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/flot/flot.mk b/package/flot/flot.mk index f4ba60458..41f5a423a 100644 --- a/package/flot/flot.mk +++ b/package/flot/flot.mk @@ -1,6 +1,7 @@ FLOT_VERSION = 0.7 FLOT_SITE = http://flot.googlecode.com/files FLOT_FILES = jquery.flot $(addprefix jquery.flot.,\ + $(if $(BR2_PACKAGE_FLOT_FILLBETWEEN),fillbetween) \ $(if $(BR2_PACKAGE_FLOT_NAVIGATE),navigate) \ $(if $(BR2_PACKAGE_FLOT_PIE),pie) \ $(if $(BR2_PACKAGE_FLOT_RESIZE),resize) \ |