From 4cd64443ca285dd6f8bd0c8f71f6d4bbe756fefb Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Mon, 6 Mar 2017 14:57:41 +0100 Subject: [PATCH] Remove ofxIO from addon_config.mk --- addon_config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon_config.mk b/addon_config.mk index 8529e37..af278b2 100644 --- a/addon_config.mk +++ b/addon_config.mk @@ -24,7 +24,7 @@ ADDON_URL = http://github.com/kr15h/ofxPiMapper common: # dependencies with other addons, a list of them separated by spaces # or use += in several lines -ADDON_DEPENDENCIES = ofxIO ofxXmlSettings ofxGui +ADDON_DEPENDENCIES = ofxXmlSettings ofxGui # include search paths, this will be usually parsed from the file system # but if the addon or addon libraries need special search paths they can be