diff options
Diffstat (limited to 'package/torsmo')
-rw-r--r-- | package/torsmo/torsmo.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/torsmo/torsmo.mk b/package/torsmo/torsmo.mk index af8f1836a..93a3dc145 100644 --- a/package/torsmo/torsmo.mk +++ b/package/torsmo/torsmo.mk @@ -12,7 +12,7 @@ TORSMO_INSTALL_TARGET = YES TORSMO_CONF_OPT = --x-includes="-I$(STAGING_DIR)/usr/include/X11" --x-libraries="-I$(STAGING_DIR)/usr/lib" --with-x -TORSMO_DEPENDENCIES = uclibc +TORSMO_DEPENDENCIES = uclibc $(eval $(call AUTOTARGETS,package,torsmo)) |