Skip to content

Commit

Permalink
Remove axtls
Browse files Browse the repository at this point in the history
  • Loading branch information
jgranick committed Jul 19, 2018
1 parent 31011fb commit e362094
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Expand Up @@ -52,9 +52,6 @@
[submodule "project/lib/webm"]
path = project/lib/webm
url = https://github.com/native-toolkit/webm
[submodule "project/lib/axtls"]
path = project/lib/axtls
url = https://github.com/native-toolkit/axtls
[submodule "project/lib/mbedtls"]
path = project/lib/mbedtls
url = https://github.com/native-toolkit/mbedtls
Expand Down
3 changes: 0 additions & 3 deletions NOTICE.md
Expand Up @@ -4,9 +4,6 @@ Notices
### Lime
Copyright (c) 2013-2018 Joshua Granick and other Lime contributors

This product bundles axTLS 2.1.4, which is available under a
"BSD" license. For details, see [project/lib/axtls/](project/lib).

This product bundles cairo 1.15.2, which is available under an
"MPL 1.1" license. For details, see [project/lib/cairo/](project/lib).

Expand Down
5 changes: 0 additions & 5 deletions project/Build.xml
Expand Up @@ -8,7 +8,6 @@
<set name="ios" value="1" if="iphone" />
<set name="tvos" value="1" if="appletv" />

<!-- <set name="LIME_AXTLS" value="1" /> -->
<set name="LIME_CAIRO" value="1" />
<set name="LIME_CURL" value="1" unless="emscripten" />
<set name="LIME_EFSW" value="1" if="windows || mac || linux" />
Expand Down Expand Up @@ -44,12 +43,10 @@
<set name="OUTPUT_DIR" value="../ndll" unless="OUTPUT_DIR" />
<set name="NATIVE_TOOLKIT_PATH" value="lib" unless="NATIVE_TOOLKIT_PATH" />

<set name="NATIVE_TOOLKIT_HAVE_AXTLS" value="1" if="LIME_AXTLS" />
<set name="NATIVE_TOOLKIT_HAVE_HARFBUZZ" value="1" if="LIME_HARFBUZZ" />
<set name="NATIVE_TOOLKIT_HAVE_MBEDTLS" value="1" if="LIME_MBEDTLS" />
<set name="NATIVE_TOOLKIT_HAVE_PNG" value="1" if="LIME_PNG" />

<set name="NATIVE_TOOLKIT_CURL_DISABLE_AXTLS_NONBLOCKING" value="1" />
<set name="NATIVE_TOOLKIT_SDL_STATIC" value="1" />

<set name="NATIVE_TOOLKIT_SDL_ANGLE" value="1" if="LIME_SDL_ANGLE" />
Expand Down Expand Up @@ -322,7 +319,6 @@

</files>

<include name="lib/axtls/files.xml" />
<include name="lib/cairo/files.xml" />
<include name="lib/curl/files.xml" />
<include name="lib/efsw/files.xml" />
Expand Down Expand Up @@ -355,7 +351,6 @@

<files id="lime" />

<files id="native-toolkit-axtls" if="LIME_AXTLS" />
<files id="native-toolkit-cairo" if="LIME_CAIRO" />
<files id="native-toolkit-curl" if="LIME_CURL" />
<files id="native-toolkit-efsw" if="LIME_EFSW" />
Expand Down
1 change: 0 additions & 1 deletion project/lib/axtls
Submodule axtls deleted from 69f8aa

0 comments on commit e362094

Please sign in to comment.