summaryrefslogtreecommitdiffstats
path: root/modules/jpg/config.py
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2016-10-10 00:03:33 +0200
committerRémi Verschelde <rverschelde@gmail.com>2016-10-15 11:50:39 +0200
commit16ba665db6bbd7f15aadc35fda87d69d0b220bf7 (patch)
treed7773cd17d8677f66fb37e821edf28a7375c097b /modules/jpg/config.py
parent5fef84a1358310304cb1114924525ec4df794b49 (diff)
downloadredot-engine-16ba665db6bbd7f15aadc35fda87d69d0b220bf7.tar.gz
jpg: Make it a module and split jpgd thirdparty files
Similar rationale as in previous commit.
Diffstat (limited to 'modules/jpg/config.py')
-rw-r--r--modules/jpg/config.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/jpg/config.py b/modules/jpg/config.py
new file mode 100644
index 0000000000..368e97e152
--- /dev/null
+++ b/modules/jpg/config.py
@@ -0,0 +1,6 @@
+
+def can_build(platform):
+ return True
+
+def configure(env):
+ pass