From 1b59cf0779434fcfc688851460977217a21b4c49 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Mon, 18 Apr 2016 18:11:13 +0200 Subject: [PATCH] Add ofxOMXPlayer to `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..b21b1ff 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 = ofxIO ofxXmlSettings ofxGui ofxOMXPlayer # 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